Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.13 KB

onnxruntime_models_checklist.md

File metadata and controls

35 lines (30 loc) · 1.13 KB

Model validation and performance analysis status for ONNX Runtime

Public models (ONNX Model Zoo)

Represented deep models are available in ONNX Model Zoo.

Image classification

Model Availability in ONNX Model Zoo (2023.03.06) Availability in the validation table (C++ API using additional wrapper) Availability in the validation table (Python API)
bvlcalexnet-12 + + +
bvlcalexnet-12-int8 + + +
bvlcalexnet-12-int8 + + +
caffenet-12 + + +
densenet-12 + + +
densenet-12-int8 + + +
efficientnet-lite4-11-int8 + -
(Shapes in RBG)
-
(Shapes in RBG)
googlenet-12 + + +
googlenet-12-int8 + + +
inception-v1-12 + + +
inception-v1-12-int8 + + +
mobilenetv2-12 + + +
mobilenetv2-12-int8 + + +
resnet152-v1-7 + + +
shufflenet-v2-12 + + +
shufflenet-v2-12-int8 + + +
squeezenet1.0-12 + + +
squeezenet1.0-12-int8 + + +
vgg16-12 + + +
vgg16-12-int8 + + +
zfnet512-12 + + +
zfnet512-12-int8 + + +