Jump to content

PyTorch: Difference between revisions

1 byte removed ,  2 January 2020
No edit summary
Line 6: Line 6:


# If using conda, python 3.5+, and CUDA 10.0 (+ compatible cudnn)
# If using conda, python 3.5+, and CUDA 10.0 (+ compatible cudnn)
conda install pytorch torchvision cudatoolkit=10.1 -c pytorch
conda install pytorch torchvision cudatoolkit=10.0 -c pytorch
</syntaxhighlight>
</syntaxhighlight>


==Usage==
==Usage==