File size: 215 Bytes
cbf1d02 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"schema": "medotter/model-sidecar/v1",
"model": {
"graph": "onnx",
"args": {
"input_channel": 3,
"num_classes": 4
}
},
"inference": {
"size": [
256,
256
]
}
}
|