We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You are scaling the weights based on the number of incoming activations:
progressive_growing_of_GANs/net.py
Line 42 in 04351d6
I think the authors scale adaptively, i.e. change the scale as the learned weights change:
https://github.com/tkarras/progressive_growing_of_gans/blob/3e608722f9588ea135c87e972f2909591e22c3ec/network.py#L281-L284
The text was updated successfully, but these errors were encountered:
No branches or pull requests
You are scaling the weights based on the number of incoming activations:
progressive_growing_of_GANs/net.py
Line 42 in 04351d6
I think the authors scale adaptively, i.e. change the scale as the learned weights change:
https://github.com/tkarras/progressive_growing_of_gans/blob/3e608722f9588ea135c87e972f2909591e22c3ec/network.py#L281-L284
The text was updated successfully, but these errors were encountered: