Update README.md
Browse files
README.md
CHANGED
|
@@ -1,27 +1,47 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
-
#
|
| 7 |
|
| 8 |
- Origin: https://github.com/mlcommons/inference/tree/master/vision/classification_and_detection
|
| 9 |
- Note : https://catalog.ngc.nvidia.com/orgs/nvidia/resources/resnet_50_v1_5_for_pytorch
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
- format : NCHW
|
| 14 |
- ONNX attributes:
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
metrics:
|
| 5 |
+
- accuracy
|
| 6 |
+
pipeline_tag: image-classification
|
| 7 |
+
tags:
|
| 8 |
+
- arxiv:1512.03385
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# Resnet50-v1.5
|
| 12 |
|
| 13 |
- Origin: https://github.com/mlcommons/inference/tree/master/vision/classification_and_detection
|
| 14 |
- Note : https://catalog.ngc.nvidia.com/orgs/nvidia/resources/resnet_50_v1_5_for_pytorch
|
| 15 |
+
|
| 16 |
+
## Model
|
| 17 |
+
|
|
|
|
| 18 |
- ONNX attributes:
|
| 19 |
+
- opset : 11
|
| 20 |
+
- Operators: 233 (11 types)
|
| 21 |
+
- Add: 17
|
| 22 |
+
- ArgMax: 1
|
| 23 |
+
- Conv2D: 36
|
| 24 |
+
- MatMul: 1
|
| 25 |
+
- PaddedConv2D: 17
|
| 26 |
+
- PaddedMaxPooling2D: 1
|
| 27 |
+
- Producer: 108
|
| 28 |
+
- ReLU: 49
|
| 29 |
+
- ReduceMean: 1
|
| 30 |
+
- Softmax: 1
|
| 31 |
+
- Squeeze: 1
|
| 32 |
+
|
| 33 |
+
## Aidge support
|
| 34 |
+
|
| 35 |
+
> Note: We tested this network for the following features. If you encounter any error please open an [issue](https://gitlab.eclipse.org/groups/eclipse/aidge/-/issues). Features not tested in CI may not be functional.
|
| 36 |
+
|
| 37 |
+
| Feature | Tested in CI |
|
| 38 |
+
| :---------: | :----------: |
|
| 39 |
+
| ONNX import | ✔ |
|
| 40 |
+
| Backend CPU | ✔ |
|
| 41 |
+
|
| 42 |
+
## ImageNet1k
|
| 43 |
+
- Input:
|
| 44 |
+
- size: \[N, 3, 224, 224\]
|
| 45 |
+
- format : NCHW
|
| 46 |
+
- Output
|
| 47 |
+
- size: [N, 1000]
|