Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
v-shux committed Mar 1, 2021
2 parents 7aacafa + f98a1d5 commit 696622c
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,25 @@ python3 -m keras2ncnn -i SOME_H5DF_FILE.h5 -o DIR_TO_SAVE_NCNN_PARAM --plot_grap
---
## Supported Op
- InputLayer
- Conv2D
- Conv2DTranspose
- Conv2D (Linear, Softmax, ReLU, Sigmoid)
- Conv2DTranspose (Linear, ReLU, Sigmoid)
- DepthwiseConv2D
- SeparableConv2D (Linear, Softmax, ReLU, Sigmoid)
- Add
- Multiply
- Concatenate
- ZeroPadding2D
- ReLU
- LeakyReLU
- Activation (Softmax, ReLU, Sigmoid)
- UpSampling2D
- Concatenate
- GlobalAveragePooling2D
- MaxAveragePooling2D
- AveragePooling2D
- MaxPooling2D
- BatchNormalization
- Dense
- Activation

- Dense (Linear, Softmax, ReLU, Sigmoid)
- Flatten
- Reshape
- Maximum
- TensorFlowOpLayer (Mul with constant)

0 comments on commit 696622c

Please sign in to comment.