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
In dcgan.pygenerator_model(), the model uses tanh for not only last layer but every layer. Original paper said, it's recommended to use ReLU for every layer except the last one.
Same difference exsist in discriminator_model as well.
Do you have some specific reason that you build these differently?
Thank you for sharing your code, though.
The text was updated successfully, but these errors were encountered:
Hello.
In
dcgan.py
generator_model(), the model usestanh
for not only last layer but every layer.Original paper said, it's recommended to use ReLU for every layer except the last one.
Same difference exsist in discriminator_model as well.
Do you have some specific reason that you build these differently?
Thank you for sharing your code, though.
The text was updated successfully, but these errors were encountered: