Skip to content

Commit

Permalink
Fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
nijkah committed Nov 19, 2022
1 parent dbaa5eb commit 9867724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_hooks/test_early_stopping_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,6 @@ def test_with_runner(self):
by_epoch=True, max_epochs=max_epoch, val_interval=1),
val_cfg=dict(),
custom_hooks=[early_stop_cfg],
experiment_name='test1')
experiment_name='earlystop_test')
runner.train()
assert runner.epoch == 7

0 comments on commit 9867724

Please sign in to comment.