tensorflow-onnx
tensorflow-onnx copied to clipboard
OSError: SavedModel file does not exist at: C:\Users\froze\Desktop\objectron\public\models\efficientdet_lite0.tflite\{saved_model.pbtxt|saved_model.pb}
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?
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.
Thank you. Shouldnt i use the latest opset just to be safe? How do i find it?