18776 Forks
68571 Stars
68571 Watchers

pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

How to download and setup pytorch

Open terminal and run command
git clone https://github.com/pytorch/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/pytorch/pytorch/archive/master.zip

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

If you have some problems with pytorch

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