henry000 commited on
Commit
5bf55cf
·
1 Parent(s): 75388bb

🔧 [Update] Batch size

Browse files
Files changed (1) hide show
  1. yolo/config/hyper/default.yaml +1 -1
yolo/config/hyper/default.yaml CHANGED
@@ -1,5 +1,5 @@
1
  data:
2
- batch_size: 4
3
  shuffle: True
4
  num_workers: 4
5
  pin_memory: True
 
1
  data:
2
+ batch_size: 8
3
  shuffle: True
4
  num_workers: 4
5
  pin_memory: True