问题
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