/pytorch-examples

Playing with PyTorch

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

pytorch-examples

GitHub release |PyPI version pytorch-examples|

pytorch-examples is a collection of examples that I'm writing to learn PyTorch. Installation ------------

pip is recommended for pytorch-examples installation.

pip install pytorch-examples

To install from Github source for development, the following commands can be run.

git clone https://github.com/broadinstitute/pytorch-examples.git
pip install -e pytorch-examples/