This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
v1.5.0
keras2onnx version 1.5.0 is now available! This version features ONNX Opset 10 support, compatibility with conversion of state-of-the-art object detection models (YoloV3), and increased test coverage.
How do I use the latest keras2onnx package?
pip install keras2onnx --upgrade
python -c "import keras2onnx"
Note: keras2onnx
has been tested with Python 3.5, 3.6, and 3.7. It does not currently support Python 2.x.
Highlights since the last release
- Updating package version to 1.5.0 (#113)
- Add OnnxOperatorBuilder (#112)
- Handle multiple dimensions case for BatchNormalization (#110, #106, #104)
- Improving test coverage + documentation (#109, #107, #100, #99, #79, #72, #70)
- Enable the dynamic batch size for the converted model (#93)
- Bug fixes / Conversion Updates
- CI Build Updates
- Opset 10 updates