You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
it is due to the fade in feature of stylegan, you need to keep track the latest alpha for resume training.
normally the alpha will be equal to 1 if you completed the training properly.
you may try changing the code of <models/GAN.py> <line 753>
alpha = ticker / fade_point if ticker <= fade_point else 1
to
alpha = 1
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
im continuing my training from checkpoint. the quality of the output samples a bit reduced. Is it normal ?
This is last sample i stopped.
This is the first sample continue from the checkpoint
The text was updated successfully, but these errors were encountered: