11 Forks
145 Stars
145 Watchers

PyNorch

Recreating PyTorch from scratch (C/C++, CUDA, NCCL and Python, with multi-GPU support and automatic differentiation!)

How to download and setup PyNorch

Open terminal and run command
git clone https://github.com/lucasdelimanogueira/PyNorch.git
git clone is used to create a copy or clone of PyNorch 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 PyNorch https://github.com/lucasdelimanogueira/PyNorch/archive/master.zip

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

If you have some problems with PyNorch

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