File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -18,21 +18,25 @@ python3 -m keras2ncnn -i SOME_H5DF_FILE.h5 -o DIR_TO_SAVE_NCNN_PARAM --plot_grap
1818---
1919## Supported Op
2020- InputLayer
21- - Conv2D
22- - Conv2DTranspose
21+ - Conv2D (Linear, Softmax, ReLU, Sigmoid)
22+ - Conv2DTranspose (Linear, ReLU, Sigmoid)
2323- DepthwiseConv2D
24+ - SeparableConv2D (Linear, Softmax, ReLU, Sigmoid)
2425- Add
2526- Multiply
27+ - Concatenate
2628- ZeroPadding2D
2729- ReLU
2830- LeakyReLU
31+ - Activation (Softmax, ReLU, Sigmoid)
2932- UpSampling2D
30- - Concatenate
3133- GlobalAveragePooling2D
3234- MaxAveragePooling2D
3335- AveragePooling2D
3436- MaxPooling2D
3537- BatchNormalization
36- - Dense
37- - Activation
38-
38+ - Dense (Linear, Softmax, ReLU, Sigmoid)
39+ - Flatten
40+ - Reshape
41+ - Maximum
42+ - TensorFlowOpLayer (Mul with constant)
You can’t perform that action at this time.
0 commit comments