Skip to content

Commit

Permalink
Reduce IC test footprint
Browse files Browse the repository at this point in the history
  • Loading branch information
KSGulin committed Jun 28, 2023
1 parent 0c461f8 commit 116b15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/auto/test_cli_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"--data",
"imagenette",
"--train-kwargs",
"{'max_train_steps': 5,'max_eval_steps': 5}",
"{'max_train_steps': 5,'max_eval_steps': 5, 'train_batch_size': 4, 'test_batch_size': 4}", # noqa: E501
],
False,
),
Expand Down

0 comments on commit 116b15a

Please sign in to comment.