{ | |
"serve": { | |
"input_shape": [ | |
null, | |
256, | |
256, | |
3 | |
], | |
"output_shapes": { | |
"continuous_output": [ | |
null, | |
5 | |
], | |
"arousal_output": [ | |
null, | |
5 | |
], | |
"dominance_output": [ | |
null, | |
5 | |
] | |
}, | |
"model_type": "ResNet50V2" | |
}, | |
"serving_default": { | |
"input_shape": [ | |
null, | |
256, | |
256, | |
3 | |
], | |
"output_shapes": { | |
"continuous_output": [ | |
null, | |
5 | |
], | |
"arousal_output": [ | |
null, | |
5 | |
], | |
"dominance_output": [ | |
null, | |
5 | |
] | |
}, | |
"model_type": "ResNet50V2" | |
} | |
} |