Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 447 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 447 Bytes

StructuredGAN

This repo provides codes for "Structured Generative Adversarial Networks" and is based on TripleGAN.

For example, you can run python -u sgan_cifar10.py -ssl_seed 1 to reproduce the semi-supervised classification results on CIFAR-10 dataset.

You can run python -u generate.py -oldmodel ... to generate samples, infer latent codes and transfer image styles based on a trained model.