Tensorflow to ONNX conversion

懵懂的女人 提交于 2021-02-10 20:19:37

问题


I'm currently trying to convert a saved (and working) .pb file that I created with this tutorial (https://github.com/thtrieu/darkflow) into a onnx file. I'm using winML tools at the moment but the result of the conversion doesn't work at all (the input parameters are wrong + the whole architecture is not correct).

My input parameter (as specified on the very bottom of the readme): input:0

Output node: ouput:0

I want to use the converted model inside a UWP application that's running on a HoloLens.

Has anyone already successfully converted this model (or any TensorFlow model) to ONNX? If so, I'd be very thankful for any link/tutorial/help!!

Please let me know if you need any more Information. I'm very unexperienced with such forums. Sorry about that.

Walter


回答1:


I converted several models from TF to onnx with MMdnn

Also, tf2onnx can be usefull



来源:https://stackoverflow.com/questions/54214470/tensorflow-to-onnx-conversion

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!