{ | |
"framework": "pytorch", | |
"classifier": "image-classifier", | |
"shape": [1, 3, 224, 224], | |
"quantize": "True", | |
"module": "resnet50", | |
"flags": { | |
"--compute-softmax": "", | |
"--location": "artifact", | |
"--library": "@cwd@/quant_model.py" | |
} | |
} | |
{ | |
"framework": "pytorch", | |
"classifier": "image-classifier", | |
"shape": [1, 3, 224, 224], | |
"quantize": "True", | |
"module": "resnet50", | |
"flags": { | |
"--compute-softmax": "", | |
"--location": "artifact", | |
"--library": "@cwd@/quant_model.py" | |
} | |
} | |