1240 Forks
739 Stars
739 Watchers

PyTorch

Deep Learning Zero to All - Pytorch

How to download and setup PyTorch

Open terminal and run command
git clone https://github.com/deeplearningzerotoall/PyTorch.git
git clone is used to create a copy or clone of PyTorch repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with PyTorch https://github.com/deeplearningzerotoall/PyTorch/archive/master.zip

Or simply clone PyTorch with SSH
[email protected]:deeplearningzerotoall/PyTorch.git

If you have some problems with PyTorch

You may open issue on PyTorch support forum (system) here: https://github.com/deeplearningzerotoall/PyTorch/issues