Xiaojie0903
commited on
Commit
•
b15c6a9
1
Parent(s):
2b3dd8e
Add config.json for model
Browse files- config.json +7 -0
config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "resnet",
|
3 |
+
"layers": [3, 4, 6, 3],
|
4 |
+
"num_classes": 1000,
|
5 |
+
"input_size": 224,
|
6 |
+
"output_size": 1000
|
7 |
+
}
|