Open blueprintparadise opened 2 years ago
Hi there,
I have not explored much of ONNX, but I would explore it in a few days and would get back to you as soon as possible.
Regards, Akarsh
Hi @uakarsh any updates on the conversion. I have a few changes to the conversion code and managed the conversion. But this is the inference error.
NotImplemented: [ONNXRuntimeError] : 9 : NOT_IMPLEMENTED : Could not find an implementation for the node Clip_5:Clip(12)
Can you give me some input on how to tackle it.
Hi, I have been meaning to convert the final o/p of docformer in the document classification notebook from .ckpt to onnx but am unable to do so. I have tried the standard torch.onnx.export method but the issue lies in the "dummy_variable" input in the code. Can you please point me in the right direction.