File size: 264 Bytes
8a0d22c |
1 2 3 4 5 6 7 8 9 10 11 |
{
"framework": "glow",
"classifier": "image-classifier",
"shape": [1, 3, 224, 224],
"n_nodes": 100,
"flags": {
"--onnx-define-symbol": ["batch,1", "height,224", "width,224"],
"--model-input-name": "input",
"--image-mode": "0to255"
}
} |