lucidrains / lightweight-gan

Implementation of 'lightweight' GAN, proposed in ICLR 2021, in Pytorch. High resolution image generations that can be trained within a day or two
MIT License
1.63k stars 222 forks source link

how to change path where the model is saved? #62

Open molo32 opened 3 years ago

molo32 commented 3 years ago

how to change path where the model is saved?

sk-zk commented 3 years ago

With the --models_dir param, just like his stylegan2 implementation: https://github.com/lucidrains/stylegan2-pytorch