LogEvalMode¶
Inheritance Diagram
-
class
ashpy.modes.
LogEvalMode
[source]¶ Bases:
enum.Enum
Mode to use when logging end evaluating a model.
Models often have the same behaviour (or very similar) when evaluated in trainable and non trainable setting.
There are some other models, see pix2pix, that instead require to be tested and trained in TRAIN mode (Model with trainable=True).
Attributes
TEST
TRAIN