Skip to content

Commit 696622c

Browse files
author
v-shux
committed
2 parents 7aacafa + f98a1d5 commit 696622c

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)