You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
Based on some initial experiments, it looks like the Encoder classes can not be exported to the ONNX format using torch.onnx.export. It would be great to be able to package them into an ONNX graph along with the rest of the model. Has anyone looked at this?
I think the relevant operators are available in the ONNX spec, so I may give it a try in the near future.
The text was updated successfully, but these errors were encountered:
Based on some initial experiments, it looks like the Encoder classes can not be exported to the ONNX format using
torch.onnx.export
. It would be great to be able to package them into an ONNX graph along with the rest of the model. Has anyone looked at this?I think the relevant operators are available in the ONNX spec, so I may give it a try in the near future.
The text was updated successfully, but these errors were encountered: