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
The suggested model is a bit different than the on in the paper. You got 4 convolutional layers, whereas, there are only 3 in the paper. Have you tried less? Why do you have sigmoid in the output layer?
Thank you very much!
Idan
The text was updated successfully, but these errors were encountered:
@kligvasser , you could change that model, it's easy, I use sigmoid to make sure the output image value is between [0,1], you also could use tanh to the last layer, and add 1 then div it by 2 to make sure it between [0,1].
The suggested model is a bit different than the on in the paper. You got 4 convolutional layers, whereas, there are only 3 in the paper. Have you tried less? Why do you have sigmoid in the output layer?
Thank you very much!
Idan
The text was updated successfully, but these errors were encountered: