giagrad.nn.Module.eval#

Module.eval()[source]#

Sets all submodules in evaluation mode including self.

See the documentation of the particularly modules you are using to check whether they will be affected by training/evaluation mode, e.g. Dropout, DropoutNd, etc.