-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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::rot90 for pytorch models #24088
Comments
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
Hello @NavyaLingisetty, are you still working on that issue? Do you need any help? |
@p-wysocki Can I help In this if it is not fixed ? |
Sure. |
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
hey @shivamgcodes - do you need any support or you don't have to finish this task? |
yea , i was stuck in a couple places .. i got the help i needed in the discord group. will make sure to submit a pr within the next 3 days |
sorry, i just could not solve it. |
do not worry :) |
yea, i will take a look at the repository and search for more suitable issues. Thanks. |
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
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.
Please refer to decomposition of this operation in torch for hints how to implement with OpenVINO opset: https://github.com/pytorch/pytorch/blob/3f89f565bb17bcb70cb6938540af0cd154c8344a/torch/_refs/__init__.py#L3796
What needs to be done?
Example Pull Requests
#18998
Resources
Contact points
@openvinotoolkit/openvino-pytorch-frontend-maintainers
Ticket
CVS-138770
The text was updated successfully, but these errors were encountered: