Skip to content

Keras2ncnn Release v0.1.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@MarsTechHAN MarsTechHAN released this 14 Aug 19:49
· 10 commits to master since this release
ed98824

NEW OPS:
#24 Add support to SeparableConv2D and BilinearUpsampling 27cc153
#27 Add support to Relu6 Activation 943cd5c
#33 Add support to Permute ad6ab22
Add support to decoding Functional c6db96e

BUG FIX:
#30 When there is only one layer, the optimizer thought it was a dummy node and removed 87357b0
Remove redundant InputLayer when using a sequential model. fbabcad