I am using this code, and saw model.eval() in some cases.
I understand it is supposed to allow me to "evaluate my model", but I don't understand when I should and shouldn't use it, or how to turn if off.
I would like to run the above code to train the network, and also be able to run validation every epoch. I wasn't able to do it still.
mdl.is_eval()? - Charlie Parker