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

Is it possible to train on this lightweight-gan and then fine tuning on your stylegan2? #58

Closed wuyuyu1024 closed 3 years ago

wuyuyu1024 commented 3 years ago

Is it possible to stop the lightgan to go on stylegan2 with the same project-name?

jonas-klesen commented 3 years ago

Nope, different architectures

wuyuyu1024 commented 3 years ago

I see. Thanks!