henry000 commited on
Commit
8a27bf2
·
1 Parent(s): c9338ee

🔧 [Update] defualt hyper, Train w 3900XT+3090

Browse files
Files changed (1) hide show
  1. yolo/config/hyper/default.yaml +2 -2
yolo/config/hyper/default.yaml CHANGED
@@ -1,7 +1,7 @@
1
  data:
2
- batch_size: 8
3
  shuffle: True
4
- num_workers: 4
5
  pin_memory: True
6
  class_num: 80
7
  image_size: [640, 640]
 
1
  data:
2
+ batch_size: 16
3
  shuffle: True
4
+ num_workers: 16
5
  pin_memory: True
6
  class_num: 80
7
  image_size: [640, 640]