Skip to content

Uecker Fast tutorial on Pytorch usage for Neural Network

Notifications You must be signed in to change notification settings

mikgroup/Pytorch-tutorial

Repository files navigation

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?

About

Uecker Fast tutorial on Pytorch usage for Neural Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published