Update config.json
Browse files- config.json +48 -0
config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"serve": {
|
3 |
+
"input_shape": [
|
4 |
+
null,
|
5 |
+
256,
|
6 |
+
256,
|
7 |
+
3
|
8 |
+
],
|
9 |
+
"output_shapes": {
|
10 |
+
"continuous_output": [
|
11 |
+
null,
|
12 |
+
5
|
13 |
+
],
|
14 |
+
"arousal_output": [
|
15 |
+
null,
|
16 |
+
5
|
17 |
+
],
|
18 |
+
"dominance_output": [
|
19 |
+
null,
|
20 |
+
5
|
21 |
+
]
|
22 |
+
},
|
23 |
+
"model_type": "ResNet50V2"
|
24 |
+
},
|
25 |
+
"serving_default": {
|
26 |
+
"input_shape": [
|
27 |
+
null,
|
28 |
+
256,
|
29 |
+
256,
|
30 |
+
3
|
31 |
+
],
|
32 |
+
"output_shapes": {
|
33 |
+
"continuous_output": [
|
34 |
+
null,
|
35 |
+
5
|
36 |
+
],
|
37 |
+
"arousal_output": [
|
38 |
+
null,
|
39 |
+
5
|
40 |
+
],
|
41 |
+
"dominance_output": [
|
42 |
+
null,
|
43 |
+
5
|
44 |
+
]
|
45 |
+
},
|
46 |
+
"model_type": "ResNet50V2"
|
47 |
+
}
|
48 |
+
}
|