-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Good First Issue]: Support aten::fft_fftn
#21665
Comments
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor. Please communicate with the assigned contributor to confirm the status of the issue. |
I am happy to announce that we have created a channel dedicated to Good First Issues support on our Intel DevHub Discord server! Join it to receive support, engage in discussions, ask questions and talk to OpenVINO developers. |
@siddhant-0707 Hi, do you have plans to finish PR, it will be removed soon, due to inactivity? |
awaiting response from contributor. |
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
@hibahkhan2022 Please pay attention that after the #28482 the implementation will be different. It can be implemented as an operation conversion, not as transformation. |
aten::fft_fftn
-> aten::real
patternaten::fft_fftn
Context
OpenVINO component responsible for support of PyTorch models is called as PyTorch Frontend (PT FE). PT FE converts a model represented as TorchScript model to a model in OpenVINO opset.
What needs to be done?
model_hub_tests
:openvino/tests/model_hub_tests/torch_tests/hf_transformers_models
Line 102 in 6a50ea3
Example Pull Requests
#17999
Resources
This will enable the google/fnet-base model from Hugging Face. You can use the following script to reproduce the issue:
Contact points
@openvinotoolkit/openvino-pytorch-frontend-maintainers
Ticket
TBD
The text was updated successfully, but these errors were encountered: