Skip to content

Aniket1998/torchgan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TorchGAN

Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Build Status Coverage Status License Slack Stable Documentation Latest Documentation

The torchgan package provides an easy to use and highly customizable API for training GANs.

Installation

From source:

  $ python setup.py install

Documentation

The documentation for this package can be generated locally.

  $ cd docs
  $ pip install -r requirements.txt
  $ make html

Now open the corresponding file from build directory.

Contributing

We appreciate all contributions. If you are planning to contribute back bug-fixes, please do so without any further discussion. If you plan to contribute new features, utility functions or extensions, please first open an issue and discuss the feature with us.

Disclamer

This package is under active development. So things that are currently working might break in a future release. However, feel free to open issue if you get stuck anywhere.

About

Library for training and evaluation of Generative Adversarial Networks in PyTorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%