onnx / onnxmltools

ONNXMLTools enables conversion of models to ONNX
https://onnx.ai
Apache License 2.0
998 stars 181 forks source link

documentation: missing examples for converting tensorflow #454

Open alfredodeza opened 3 years ago

alfredodeza commented 3 years ago

It seems that Tensorflow is not covered in the examples section of the README file. It would be ideal to have some examples (maybe with pre-built models) of how to use onnxmltools.convert_tensorflow().

I also went looking in the tests, which only has a wrapper for keras.

Perhaps it is time to consider a separate section for all the other missing examples as well, to prevent an extremely large README.

xadupre commented 3 years ago

https://github.com/onnx/tensorflow-onnx should be used to convert tensorflow models. The documentation is better there.

alfredodeza commented 3 years ago

Maybe something simple to cover as a quick reference in the README but link to tensorflow-onnx for more involved/detailed information?