File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,14 +19,16 @@ conda create -n DEEPLABCUT python=3.10
1919conda activate DEEPLABCUT
2020conda install -c conda-forge pytables==3.8.0
2121
22- # install torch with your desired CUDA version (or CPU) - check their website
23- # for the exact command
24- pip install torch torchvision
22+ # install PyTorch with your desired CUDA version (or for CPU only) - check [their
23+ ](https://pytorch.org/get-started/locally/) website:
24+ # GPU version of pytorch for CUDA 11.3
25+ conda install pytorch cudatoolkit=11.3 -c pytorch
26+
2527
2628# install the latest version of DeepLabCut
2729pip install --pre deeplabcut
2830# or if you want to use the GUI
29- pip install deeplabcut[gui]
31+ pip install --pre deeplabcut[gui]
3032
3133# ONLY IF YOU HAVE A CUDA GPU - check that PyTorch can access your GPU; this
3234# should print `True`
You can’t perform that action at this time.
0 commit comments