Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Discriminator missing an activation function after the first convolutional layer #33

Closed
adambielski opened this issue Aug 21, 2019 · 2 comments

Comments

@adambielski
Copy link

After from_rgb layer in the discriminator, there is no activation function. A leaky relu nonlinearity should be applied there.

out = self.from_rgb[index](input)

@rosinality
Copy link
Owner

rosinality commented Aug 21, 2019

Thank you, I missed it. I will update the repo.

@rosinality
Copy link
Owner

Added this as an option at b160dbc for checkpoint compatibility. I will update checkpoint later.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants