Open rcamino opened 6 years ago
Hi Ramiro,
Yes, I initially played around with the dropout value a bit. But eventually I'd decided not to use dropout at all since the model worked fine without it. (I should have deleted the parameter "keep_prob:1.0", but I thought I might want to use dropout again in the future) But you are welcome to try tuning the dropout value for extra performance boost.
Thanks, Ed
Hello,
Why is keep_prob always 1.0? Does that mean that the dropout in the discriminator is always disabled?
Thank you.