martinarjovsky / WassersteinGAN

BSD 3-Clause "New" or "Revised" License
3.21k stars 725 forks source link

Generate images script #71

Closed kopytjuk closed 5 years ago

kopytjuk commented 5 years ago

In order to reuse trained models we save training configuration for each experiment in a json file. Together with .pth checkpoints we can generate images. The generate.py script can be seen as a example for embedding WGAN weights/model into other projects.

soumith commented 5 years ago

thanks!