🔧 [Update] defualt hyper, Train w 3900XT+3090
Browse files
yolo/config/hyper/default.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
data:
|
2 |
-
batch_size:
|
3 |
shuffle: True
|
4 |
-
num_workers:
|
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]
|