Installation¶
Follow the following instructions to set up torchgan. Torchgan is tested and known to work on major linux distrubutions. If you face any problem with other operating systems feel free to file an issue.
Pip Installation¶
To install the last released version make a pip install.
$ pip3 install torchgan
For the latest version.
$ pip3 install git+https://github.com/torchgan/torchgan.git
Conda Installation¶
Installing via conda is currently unavailable. It will be available once we are at v0.1
Install from Source¶
$ git clone https://github.com/torchgan/torchgan
$ cd torchgan
$ python setup.py install