akanimax / pro_gan_pytorch

Unofficial PyTorch implementation of the paper titled "Progressive growing of GANs for improved Quality, Stability, and Variation"
MIT License
537 stars 99 forks source link

changes to allow retrain of a network. #69

Closed mauricio-repetto closed 1 year ago

mauricio-repetto commented 1 year ago

Together with @fededemo we have added the posibility to start the retraining from a model. We introduced a few small changes withing train.py, networks.py and README.md files.

akanimax commented 1 year ago

Thanks for adding this feature, I have merged the PR. Cheers!