Pineberry commited on
Commit
3d68d25
·
verified ·
1 Parent(s): b6c142d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -70,16 +70,15 @@ onnx.save_model(model_onnx_clean_nchw, "ds_cnn.onnx")
70
 
71
  ## Model
72
 
73
- * operators: 46 (10 types)
74
- - Add: 1
75
  - AvgPooling2D: 1
76
  - Conv2D: 4
77
- - MatMul: 1
78
  - PaddedConv2D: 1
79
  - PaddedConvDepthWise2D: 4
80
- - Producer: 22
81
  - ReLU: 9
82
- - Reshape: 2
83
  - Softmax: 1
84
 
85
  ## Google Speech Commands v2
 
70
 
71
  ## Model
72
 
73
+ * operators: 43 (9 types)
 
74
  - AvgPooling2D: 1
75
  - Conv2D: 4
76
+ - FC: 1
77
  - PaddedConv2D: 1
78
  - PaddedConvDepthWise2D: 4
79
+ - Producer: 21
80
  - ReLU: 9
81
+ - Reshape: 1
82
  - Softmax: 1
83
 
84
  ## Google Speech Commands v2