File size: 262 Bytes
e40e8f3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
{
"framework": "pytorch",
"classifier": "image-classifier",
"shape": [1, 3, 224, 224],
"quantize": "True",
"module": "resnet50",
"flags": {
"--compute-softmax": "",
"--location": "artifact",
"--library": "@cwd@/quant_model.py"
}
}
|