Bodhi108 commited on
Commit
66f1dfe
1 Parent(s): a2df43c

added config

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "height": 640,
3
+ "width": 640,
4
+ "model": "YOLO('yolov8n.pt')",
5
+ "cuda_empty_cache": true,
6
+ "training": {
7
+ "data": "data.yaml",
8
+ "epochs": 3300,
9
+ "imgsz": [640, 640],
10
+ "seed": 42,
11
+ "batch": 10,
12
+ "workers": 4
13
+ }
14
+ }