I looked it up on the internet and found onnx to convert the onnx file to tflite. It says to use the load method. But I think that’s a missing function. Do you happen to know how?
It says to use the load method. But I think that’s a missing function
Could you please share more details on missing function?
Thank you!
import onnx
model = onnx.load('xx.onnx')
Chat gpt or blog tells me how to do this but it doesn’t exist.
Did you check this GitHub - onnx/onnx-tensorflow: Tensorflow Backend for ONNX