-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Exporting the operator 'aten::fft_fft2' to ONNX opset version 18 is not supported.
#98833
<
8000
/h1>
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and
privacy statement. We’ll occasionally send you account related emails.
Already on GitHub?
Sign in
to your account
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Encounter a similar problem, Waiting for reply... |
Can confirm that PyTorch 2.0.1 and PyTorch nightly are still not supported. I used opset version 18. |
Opset 18 and fft will be supported by the dynamo exporter. Closed as a duplicate of #107588 |
My torch version is 2.0.1+cu117 and still cannot export. @justinchuby should I use another export function (I am using torch.onnx.export) to utilize dynamo ? |
This comment has been minimized.
This comment has been minimized.
解决了吗 怎么解决的 |
May I ask about 'aten': Does fft_fft2 'not export to onnx format solve the problem |
May I ask about 'aten': Does fft_fft2 'not export to onnx format solve the problem |
Please test with |
Issue description
Exporting the operator 'aten::fft_fft2' to ONNX opset version 18 is not supported.
Trying to convert torch model to onnx model.
How can I solve this problem?
The text was updated successfully, but these errors were encountered: