onnx / tensorflow-onnx

Convert TensorFlow, Keras, Tensorflow.js and Tflite models to ONNX
Apache License 2.0
2.31k stars 433 forks source link

OSError: SavedModel file does not exist at: C:\Users\froze\Desktop\objectron\public\models\efficientdet_lite0.tflite\{saved_model.pbtxt|saved_model.pb} #2226

Open mihailpettas opened 1 year ago

mihailpettas commented 1 year ago

Any idea wtf that means? i tried every path combination i could

UPDATE: i used the wrong command my bad. But i have one question, is the opset set to 16 the dafault? How can i find the best number for my case?

fatcat-z commented 1 year ago

The default opset is 15. In general, it should be good for most of case unless onnxruntime throws an error telling that you may need a latest opset version to support some ops. The difference between different opset versions are supporting new onnx ops or new enhancements for existing onnx ops.

mihailpettas commented 1 year ago

Thank you. Shouldnt i use the latest opset just to be safe? How do i find it?