Onnx: ONNX-Keras Repo

Created on 3 May 2018  路  5Comments  路  Source: onnx/onnx

Our group has written a ONNX-Keras repo(not finished yet) https://github.com/leodestiny/onnx-keras converted between Keras and ONNX, which we found is a missing part in official repos.
Could this repo merge into official repos? If the answer is yes, what requirements do we need? If answer is no, how should we make contributions to ONNX by this repo?

Most helpful comment

Awesome! We also have a plan to support Keras-to-ONNX in ONNXMLTools. Would you mind to take a look and see how we can collaborate? Our parser currently supports shared model structure and recursive models.

All 5 comments

thanks @leodestiny for the great work! Can you tell us a bit more about your group?

We are students from NASP Lab in CS Department of Tsinghua University.

Awesome! We also have a plan to support Keras-to-ONNX in ONNXMLTools. Would you mind to take a look and see how we can collaborate? Our parser currently supports shared model structure and recursive models.

@wschin you called it a plan. It means it is not ready yet? Can you give an overview on how completed it is (what it has vs what it is missing)?

Closing this old thread as https://github.com/onnx/onnxmltools/ has Keras->ONNX conversion for some time now. Feel free to contribute additional functionality!

Was this page helpful?
0 / 5 - 0 ratings