StyleGAN2.pytorch icon indicating copy to clipboard operation
StyleGAN2.pytorch copied to clipboard

what data would you plan to finish??

Open Johnson-yue opened this issue 5 years ago • 2 comments

pytorch version is very very import!!! I test some repo for re-implement stylegan-v2 but all failed

and then they never update。。。。or fixed bugs

I wish you code will working and if you have any problem for help, you can say in readme or call me

Johnson-yue avatar Jun 12 '20 07:06 Johnson-yue

Thank you for your attention to my work, in fact I am doing this recently. Regarding the implementation of stylegan2, I recommend https://github.com/genforce/mganprior to you. It includes a stylegan2 generator implemented in pure pytorch, but does not include the discriminator and training framework. The reason I recommend it is that its implementation is elegant and pure pytorch, so it is easy to understand and modify. I tried to add this implementation to the training framework, but now I can't train normally. I am looking for the reason. If you have any good suggestions, please let me know.

Best regard, @huangzh13

huangzh13 avatar Jun 12 '20 10:06 huangzh13

thank you for your recommend, I will check it,

About training, https://github.com/lucidrains/stylegan2-pytorch this repo seems to get good result , and someone can get too, but I failed! This training process is much more different from NVlabs, but maybe it work, you can try it

Johnson-yue avatar Jun 15 '20 02:06 Johnson-yue