magic_shuang

Results 2 comments of magic_shuang

I solved this problem:(add custom operator to onnx_tf) **step 1:** find your installed onnx_tf ops ( /site-packages/onnx_tf/handlers/backend/ ) **step 2:** copy **grid_sample.py** to onnx_tf ops (/site-packages/onnx_tf/handlers/backend/grid_sample.py) **grid_sample.py** code: ``` import...

I also encountered a similar problem when using RAFT (did not support the operator problem) That's how I solved it: https://github.com/onnx/onnx-tensorflow/issues/1031#issuecomment-1695125314