-
Notifications
You must be signed in to change notification settings - Fork 27.5k
[ONNX] Missing support opset 17 operators #80834
Copy link
Copy link
Closed as not planned
Labels
OSS contribution wantedPR from open source contributors welcome to solve this issue.PR from open source contributors welcome to solve this issue.actionablemodule: onnxRelated to torch.onnxRelated to torch.onnxonnx-triagedtriaged by ONNX teamtriaged by ONNX teamtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Metadata
Metadata
Assignees
Labels
OSS contribution wantedPR from open source contributors welcome to solve this issue.PR from open source contributors welcome to solve this issue.actionablemodule: onnxRelated to torch.onnxRelated to torch.onnxonnx-triagedtriaged by ONNX teamtriaged by ONNX teamtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
See
for progress
🐛 Describe the bug
Facing unsupported Opset Version error when exporting a torch module to ONNX. This is an expected error since torch doesn't support the latest opset released by ONNX a couple of weeks before.
Facing the below error:
According to Torch's documentation,
Latest ai.onnx opset version is 17 Refer to ONNX release notes
My query:
When will the latest opset 17 be supported in torch so that we can export and make use of it ? Note - Very much essential Core signal processing operators needed for audio processing is added in opset 17 and hence its badly needed.
Are there any other workarounds to make this work so that we don't need to wait until torch supports it ?
Versions
Versions
pytorch-lightning 1.5.10
torch 1.11.0+cu115
torch-poly-lr-decay 0.0.1
torchaudio 0.11.0+cu115
torchmetrics 0.8.2
onnx 1.12.0
onnxruntime 1.11.1