Keras2ncnn Release v0.1.3
Pre-release
Pre-release
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.