Skip to content

Keras2ncnn Release v0.1.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@MarsTechHAN MarsTechHAN released this 16 Dec 12:45
· 57 commits to master since this release
cdafd47

BUG FIX:

  • When emitting fused sigmoid for Dense layer, an extra softmax layer may be inserted after the Dense layer.
  • When parsing nested sequential graph, the joint of the the graph may be misconnected.

NEW FEATURES:

  • New debugging system allowing for ease comparing accuracy between ncnn and keras graph.