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
Hi, thanks for your reimplementation. It is so elegant.
But I found that you have a LeakyReLU layer after dense1, which does not exist in the tensorflow implementation.
dense1
StyleGAN_PyTorch/networks_stylegan.py
Line 670 in 92b7a3d
https://github.com/NVlabs/stylegan/blob/66813a32aac5045fcde72751522a0c0ba963f6f2/training/networks_stylegan.py#L617
I think that adding activation after the last fully connected layer is not a good idea.
The text was updated successfully, but these errors were encountered:
Thanks for pointing that problem, do you found that useful if removing this?
Sorry, something went wrong.
No branches or pull requests
Hi, thanks for your reimplementation. It is so elegant.
But I found that you have a LeakyReLU layer after
dense1
, which does not exist in the tensorflow implementation.StyleGAN_PyTorch/networks_stylegan.py
Line 670 in 92b7a3d
https://github.com/NVlabs/stylegan/blob/66813a32aac5045fcde72751522a0c0ba963f6f2/training/networks_stylegan.py#L617
I think that adding activation after the last fully connected layer is not a good idea.
The text was updated successfully, but these errors were encountered: