-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Good First Issue]: Support aten::logit, aten::special_logit #28744
Comments
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
I have been trying to implement this operation and facing difficulty with the decomposition. It would be great if you could help me figure it out. |
@code-dev05 Check the formula here https://pytorch.org/docs/stable/special.html#torch.special.logit |
Please also support |
Yes I will try to do that. |
Can we perform the operation |
Yes, that is exactly what is needed |
Hello @code-dev05, do you have any questions or require any help? |
Yes, I am facing an accuracy issue. The fp16 test cases are passing but fp32 are not. Can you guide me how to go about it? |
The answer may be easier if you just open the PR, even if some tests are still failing. |
This is the PR - 28882 |
Context
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.
Add Support for the following operations:
aten::logit
What needs to be done?
Implement conversion rule and/or transformation to support the new operation.
Implement operation tests in tests/layer_tests/pytorch_tests. Please consider different data types, but keep reasonable number of test cases
Example Pull Requests
#18998
Resources
Contact points
@openvinotoolkit/openvino-pytorch-frontend-maintainers
No response
The text was updated successfully, but these errors were encountered: