Pineberry commited on
Commit
7f60980
·
verified ·
1 Parent(s): 53b9946

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ ---
5
+
6
+ ## MobileNet v1
7
+
8
+ - Origin: https://github.com/mlcommons/inference/tree/master/vision/classification_and_detection
9
+ - Article: https://arxiv.org/abs/1704.04861
10
+ - Input:
11
+ - size: \[N, 3, 224, 224\]
12
+ - format: NCHW
13
+ - ONNX:
14
+ - opset: 11
15
+ - Operators: 122 (11 types)
16
+ - AvgPooling2D: 1
17
+ - Clip: 27
18
+ - Conv2D: 14
19
+ - PaddedConv2D: 1
20
+ - PaddedConvDepthWise2D: 13
21
+ - Producer: 59
22
+ - Reshape: 2
23
+ - Shape: 1
24
+ - Softmax: 1
25
+ - Squeeze: 1
26
+ - Cast: 2