You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@INPROCEEDINGS{Mescheder2018ICML,
author = {Lars Mescheder and Sebastian Nowozin and Andreas Geiger},
title = {Which Training Methods for GANs do actually Converge?},
booktitle = {International Conference on Machine Learning (ICML)},
year = {2018}
}
Our script will automatically download the model checkpoints and run the generation.
You can find the outputs in the output/pretrained folders.
Similarly, you can use the scripts interpolate.py and interpolate_class.py for generating interpolations for the pretrained models.
Please note that the config files *_pretrained.yaml are only for generation, not for training new models: when these configs are used for training, the model will be trained from scratch, but during inference our code will still use the pretrained model.
Notes
Batch normalization is currently not supported when using an exponential running average, as the running average is only computed over the parameters of the models and not the other buffers of the model.
Results
celebA-HQ
Imagenet
About
Code for paper "Which Training Methods for GANs do actually Converge? (ICML 2018)"