Skip to content

Keras2ncnn Release v0.2.0

Latest
Compare
Choose a tag to compare
@MarsTechHAN MarsTechHAN released this 15 Feb 18:05

THIS RELEASE CONTAINS MULTIPLE CRITICAL UPDATES, PLACE UPGRADE YOUR LOCAL VERSION BEFORE USE.

#Linux and Mac
python3 -mpip install --upgrade keras2ncnn

#Windows
py.exe -mpip install --upgrade keras2ncnn

NEW OPS:
#40 Support TanH activation for Dense Op

BUG FIX:
#38 [CRITICAL] When converting fused relu6, clip may not be inserted
#39 Support old Keras version descriptor
#41 [CRITICAL] The param table may be modified unexpectedly during the conversion.
#42 [CRITICAL] Emitting BinaryOp with more than two inputs.