Skip to content

v0.2.0-beta

Compare
Choose a tag to compare
@majianjia majianjia released this 28 Apr 22:19
· 445 commits to master since this release
3f24572

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.