Skip to content

Commit

Permalink
set default test batch size as 1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeungTsang committed Oct 13, 2024
1 parent 4152afe commit 7ccc8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/train.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ num_workers: 4
batch_size: 8

test_num_workers: 4
test_batch_size: 2
test_batch_size: 1

# EXPERIMENT
finetune: false
Expand Down

0 comments on commit 7ccc8db

Please sign in to comment.