style-based-gan-pytorch
style-based-gan-pytorch copied to clipboard
the sample image looks quite strange
I run the generate.py on Mac which has cpu only, but the output sample image looks like this, what's the reason?
You need to set --size arguments which model is trained on.
Have you solve it yet? It seems I come across the same problem.
set --size arguments which model is trained on.
set --size arguments which model is trained on.
Do you mean the size arguments in generate.py? I got a little confused
yes, the size depends on the resolution size of image which your model trained on.
yes, the size depends on the resolution size of image which your model trained on.
Thank you!