Skip to content
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

Missing Relu in deconv layers? #4

Open
davidtellez opened this issue May 28, 2019 · 0 comments
Open

Missing Relu in deconv layers? #4

davidtellez opened this issue May 28, 2019 · 0 comments

Comments

@davidtellez
Copy link

According to your definition of general_deconv2d(), the default activation is linear. When defining the decoder, you don't add Relu units after the deconv layers. Only the last layer has a non-linearity (tanh). Is this the intended behavior? What am I missing?

o_d1 = general_deconv2d(o_d0, 512, name="D512_2")

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

No branches or pull requests

1 participant