Skip to content

Commit

Permalink
chlog
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitgr7 committed Nov 15, 2021
1 parent d5f8a61 commit 0a7a605
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/trainer/flags/test_overfit_batches.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def test_overfit_basic(tmpdir, overfit_batches):
assert trainer.num_training_batches == int(
overfit_batches * (1 if isinstance(overfit_batches, int) else total_train_samples)
)
breakpoint()


def test_overfit_batches_raises_warning_in_case_of_sequential_sampler(tmpdir):
Expand Down

0 comments on commit 0a7a605

Please sign in to comment.