Installing for your local workstation#

Prerequisites#

  • A system equipped with an NVIDIA GPU and Driver installed

  • CUDA versions: 11.1, 11.3, 11.6, 11.7

  • Python: 3.7 - 3.10

Note

NVIDIA GeForce RTX 30xx with CUDA capability sm_86 is not compatible with the current PyTorch installation.

The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_70. If you want to use the NVIDIA GeForce RTX 3060 Ti GPU with PyTorch, please check the instructions at https://pytorch.org/get-started/locally/

Note

Create your own virtual environment using your preferred virtual environment manager. Ensure that the appropriate version of PyTorch is installed in your virtual environment.

Installing DeepView.Profile#

Run the following command to install DeepView.Profile

pip install deepview_profile

Installing the VSCode Extension#

Install DeepView.Explore (the VSCode extension) either from the Visual Studio Code Marketplace or install it directly from Visual Studio Code.

Run your first analysis#

Now you are ready for your first analysis!