Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.06 KB

File metadata and controls

14 lines (11 loc) · 1.06 KB

Pytorch-tutorial

Uecker Fast tutorial on Pytorch usage for Neural Network

Installation of Anaconda/Miniconda on Linux (Mikneto)

Installation of Pytorch

  • First check the cuda version of the system by typing: nvcc --version, you will find the cuda version (which should be 10.0 on Mikn]eto)

  • Then you can install pytorch through conda, check the command on (https://pytorch.org/), for Mikneto, it is:

    conda install pytorch torchvision cudatoolkit=10.0 -c pytorch

  • Congrats! So far, Pytorch is successfully installed, it's very easy, right?