Skip to content

deepankarc/infogan-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infogan Pytorch

An implementation of Infogan [1] for pytorch. For an explanation of the project see [2].

Training

You can train a new model using python trainer.py.

Pretrained Models

Some pretrained models are included with the code for inference. You can pass them to the network using the --modelpath argument in test.py.

MNIST
FashionMNIST

Testing

You can test a newly trained model or one of the pretrained moedls with python test.py --expname EXPNAME --modelpath "PATH_TO_PRETRAINED_MODELS" --modelname "NAME_OF_GENERATOR".

References

[1] - X. Chen, Y. Duan, R. Houthooft, J. Schulman, I. Sutskever, P. Abbeel - InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets
[2] - Deepankar C. - Generation of Images via Attribute Manipulation using Disentangled Representation Learning

About

An implementation of Infogan for pytorch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages