-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
poisson_nll_loss in pytorch frontend #10531
poisson_nll_loss in pytorch frontend #10531
Conversation
@YushaArif99 Any chance you could look at this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @tomatillos
Extremely sorry for the late reply. I was busy with exams and so didn't get the time to review PRs. Have a whole stack of pending PRs awaiting my review 😅 . Will try blasting through them by today hopefully 🤞🏼
With regards to your PR, all the changes look good to me and the relevant CI tests are also passing. I will now be merging this PR.
Thanks a lot for the contribution and once again apologies for the delay 😃
Added poisson_nll_loss to the PyTorch frontend. Co-authored-by: Yusha Arif <101613943+YushaArif99@users.noreply.github.com>
Added poisson_nll_loss to the PyTorch frontend. Co-authored-by: Yusha Arif <101613943+YushaArif99@users.noreply.github.com>
Close #10484