Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chen_data committed Nov 30, 2024
1 parent 3c826e6 commit 62f0bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_trainer(self, precision='fp32', **kwargs):
precision=precision,
train_subset_num_batches=self.train_subset_num_batches,
eval_subset_num_batches=self.eval_subset_num_batches,
max_duration='1ep',
max_duration='2ep',
optimizers=optimizer,
callbacks=[EventCounterCallback()],
**kwargs,
Expand Down

0 comments on commit 62f0bea

Please sign in to comment.