Skip to content

Commit

Permalink
[ONNX] Update validation table + renaming and fix additional wrapper (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ismukhin authored Oct 16, 2023
1 parent d3e358a commit ab914bb
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 93 deletions.
48 changes: 24 additions & 24 deletions results/onnxruntime_models_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@ Represented deep models are available in [ONNX Model Zoo][onnx].

### Image classification

Model | Availability in ONNX Model Zoo (2023.03.06) | Availability in the validation table (C++ API using additional wrapper)|
-|-|-|
bvlcalexnet-12 | + | + |
bvlcalexnet-12-int8 | + | + |
bvlcalexnet-12-int8 | + | + |
caffenet-12 | + | + |
densenet-12 | + | + |
densenet-12-int8 | + | + |
efficientnet-lite4-11-int8 | + | -<br>(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 | + | + |
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 | + | -<br>(Shapes in RBG) | -<br>(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 | + | + | + |

<!-- LINKS -->
[onnx]: https://github.com/onnx/models
Loading

0 comments on commit ab914bb

Please sign in to comment.