Skip to content

Commit

Permalink
Revert limit train batches
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanNaren committed Apr 13, 2021
1 parent 39c1632 commit d20aea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/test_tpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def test_model_16bit_tpu_cores_1(tmpdir):
progress_bar_refresh_rate=0,
max_epochs=2,
tpu_cores=1,
limit_train_batches=8,
limit_train_batches=0.7,
limit_val_batches=2,
)

Expand Down

0 comments on commit d20aea4

Please sign in to comment.