Collection of Generative Adversarial Networks developed using TorchGAN
-
Generative MultiAdversarial Networks (GMAN)
Link to Paper
Requires thetorchganmaster. -
Training GANs with Binary Neurons by End-to-end Backpropagation
Link to Paper
Requires thetorchganmaster.
We are open to accepting any model that you have built. The only things to keep in mind are the following:
- Keep the models simple and reuse features of torchgan if possible.
- Have enough command line options for users to play with.
- Once you are done run
isortandyapf(in this order only) for formatting the code properly.
To run these models you need to have torchgan installed.
Then simply move into the directory.
$ python3 <model name.py> --helpThis will show you the configurable options that are available.
The aim of this repository is to demonstrate the usage of torchgan. We believe this is best done if users can simply download the script and run it without having to download hundreds of GBs of dataset. However, we shall definitely add more models in the future which are specifically designed for high resolution data.