kvg / pytorch-examples

Playing with PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Playing with PyTorch

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%