Skip to content

Keras2ncnn Release v0.1.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@MarsTechHAN MarsTechHAN released this 17 Dec 05:52
· 50 commits to master since this release
34d81db

BUG FIX:

  • Fix a bug in reshape. When using reshape as squeeze, the dim is incorrect.
  • Fix a bug in ReLU layer. When ReLU does not have slopt, the converter will throw an error.

NEW FEATURES:

  • Better debugging system! Try it out when you converting yout model by ->
python3 -m keras2ncnn -i YOUT_KERAS_FILE.h5 -d

KNOWN BUGS:

  • The debugger does not work well with multi out or multi input model.
  • The debugger is WIP, so... It will have a lot of bugs.