Dreamy0 commited on
Commit
7df1a64
·
verified ·
1 Parent(s): 54ca0ab

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -1
config.json CHANGED
@@ -7,5 +7,9 @@
7
  "max_iter": 3000,
8
  "batch_size": 2,
9
  "learning_rate": 0.00025,
10
- "labels": ["background", "Normal", "Abnormal"]
 
 
 
 
11
  }
 
7
  "max_iter": 3000,
8
  "batch_size": 2,
9
  "learning_rate": 0.00025,
10
+ "classes": [
11
+ {"name": "background", "id": 0},
12
+ {"name": "Normal", "id": 1},
13
+ {"name": "Abnormal", "id": 2}
14
+ ]
15
  }