{ | |
"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" | |
} | |
} |
{ | |
"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" | |
} | |
} |