DeepHyperX
DeepHyperX copied to clipboard
why during validation not using model.eval()?
Since some model have BN,dropout layers, why dont use model.eval() in the val function?
am really confused, hope someone can help me. thx in advance.
Hi , maybe the val function do not effect the training result. but i think it's necessary to use model.eval() before validation.