Skip to content

Commit

Permalink
decreased batch size for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed May 30, 2024
1 parent b5cb7a7 commit 549c5b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/test_sanity.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ def test_sanity(config_file):
"1",
"trainer.callbacks",
"[]",
"trainer.batch_size",
"1",
]
result = subprocess.run(
["luxonis_train", "train", "--config", f"configs/{config_file}", *opts],
Expand Down Expand Up @@ -80,6 +82,8 @@ def test_tuner():
"[]",
"tuner.n_trials",
"4",
"trainer.batch_size",
"1",
],
)
assert result.returncode == 0

0 comments on commit 549c5b9

Please sign in to comment.