allenai / longformer

Longformer: The Long-Document Transformer
https://arxiv.org/abs/2004.05150
Apache License 2.0
2k stars 268 forks source link

@ibeltagy I have similar issues with converting the model to ONNX, I converted the model to ONNX model, but when I tried to infer with onnxruntime I got ScatterND error while session run. I am guessing there are some operations not supported by onnx. #252

Closed wmh02240 closed 1 year ago

wmh02240 commented 1 year ago
          @ibeltagy I have similar issues with converting the model to ONNX, I converted the model to ONNX model,  but when I tried to infer with onnxruntime I got ScatterND  error while session run. I am guessing there are some operations not supported by onnx.

Here are some onnx unsupported implementations, if you could find ways to avoid them, it would be very helfpul.

Originally posted by @liyaxin999 in https://github.com/allenai/longformer/issues/135#issuecomment-986955581