v0.2.0-beta
Update Log
- License is now changed to Apache-2.0 from this version.
- Add more examples. (Octave conv, keyword spotting...)
- Update compiling interfaces.
- Change porting interface. (
LOG
->NNOM_LOG
) - Add an up sampling layer.
- Add, Sub and Mult are now supported by
nnom_utils.py
to convert from Keras directly. - Sigmoid and TanH are now working properly (related to #13).
- Add a
layer_callback()
interface, which called after every layer has finished its operation. - Bugs fixed.