Conversion to ONNX
#4
by
sushilkhadka
- opened
Does anyone have any idea on converting this model from open_clip to onnx format. I tried following official pytorch documentation, and I'm able to get the onnx file but the catch here is it's not working for 'CUDAExecutionProvider', it's saying ArgMax Not Implemented (13), so I lowered the opset to 11 from 14, now it's not even producing onnx format, saying some other layer not implement. Has anyone solved this issue?