Skip to content

Commit

Permalink
fixed missing arg in evalmodel
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon committed Aug 15, 2020
1 parent 26aac08 commit 2d9cf69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/base/model_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def __init__(
self.hidden_dim = hidden_dim
self.b1 = b1
self.b2 = b2
self.save_hparams = save_hparams
self.training_step_called = False
self.training_step_end_called = False
self.training_epoch_end_called = False
Expand Down

0 comments on commit 2d9cf69

Please sign in to comment.