vgg-16-bn-fp32-onnx / metadata.json
EsperantoAI's picture
Initial commit
8a0d22c
raw
history blame contribute delete
264 Bytes
{
"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"
}
}