Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Kornuta <[email protected]>
  • Loading branch information
tkornuta-nvidia committed May 5, 2020
1 parent 831d269 commit d2615e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo/core/neural_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class OperationMode(Enum):
"""Training or Inference (Evaluation) mode"""

training = 0
inference = 1
evaluation = 1
both = 2


Expand Down

0 comments on commit d2615e1

Please sign in to comment.