cmoineau commited on
Commit
daee7a2
·
verified ·
1 Parent(s): b6f980f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -18
README.md CHANGED
@@ -1,27 +1,47 @@
1
  ---
2
  language:
3
  - en
 
 
 
 
 
4
  ---
5
 
6
- ## Resnet50-v1.5
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
- - Article: https://arxiv.org/abs/1512.03385
11
- - Input:
12
- - size: \[N, 3, 224, 224\]
13
- - format : NCHW
14
  - ONNX attributes:
15
- - opset : 11
16
- - Operators: 233 (11 types)
17
- - Add: 17
18
- - ArgMax: 1
19
- - Conv2D: 36
20
- - MatMul: 1
21
- - PaddedConv2D: 17
22
- - PaddedMaxPooling2D: 1
23
- - Producer: 108
24
- - ReLU: 49
25
- - ReduceMean: 1
26
- - Softmax: 1
27
- - Squeeze: 1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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]