-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some confusing #117
Comments
Step means training resolution of images. Alpha corresponds to interpolation between previous resolutions and new (larger) resolutions. You can refer to progressive gan / stylegan paper for more details. |
Thaxs a lot!! |
Hi, i finish the training now, and i run the generate.py to test my model, but i can't change the style of the image. could u give me some reminders? |
Could you clarify the meaning of changing the style? generate.py will generate style mixing examples. |
Thanks for your code, this is my first in this field, so i am a little confused in some places. in train(func), what is step/alpha means? thanks a lot !
The text was updated successfully, but these errors were encountered: