What's the difference between module.train(False) and module.eval()?

EDIT: as mentioned here

eval() and train(False) are equivalent

1 Like