titu1994/neural-image-assessment

dropout for eval

Closed this issue · 1 comments

Hi, do you turn off Dropout when evaluating?
I couldn't find the related code.

That is managed by Keras internally using the Keras backend function called set training mode to true or false.

When training or testing a model for evaluation, Keras changes that flag internally.