Skip to content

Commit d20aea4

Browse files
author
SeanNaren
committed
Revert limit train batches
1 parent 39c1632 commit d20aea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/test_tpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_model_16bit_tpu_cores_1(tmpdir):
122122
progress_bar_refresh_rate=0,
123123
max_epochs=2,
124124
tpu_cores=1,
125-
limit_train_batches=8,
125+
limit_train_batches=0.7,
126126
limit_val_batches=2,
127127
)
128128

0 commit comments

Comments
 (0)