onnx / keras-onnx

Convert tf.keras/Keras models to ONNX
Apache License 2.0
379 stars 110 forks source link

Stopped active development for keras2onnx. Please migrate to tf2onnx. #737

Open TomWildenhain-Microsoft opened 2 years ago

TomWildenhain-Microsoft commented 2 years ago

We stopped active development of keras2onnx and keras2onnx is now frozen to tf-2.3 and onnx-1.10.

To convert your Keras models you can head over to tf2onnx which can convert Tensorflow, Keras, Tflite and Tensorflow.js models. All keras2onnx unit tests have been added to the tf2onnx ci pipeline to make sure there are no avoidable regressions. The tf2onnx api tf2onnx.convert.from_keras() is similar to the keras2onnx api and we hope transition is painless.

You can find a simple tutorial how to convert keras models using tf2onnx here.

If you run into issue or need help with the transition, please open issue against tf2onnx here.