-
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
Add binary_cross_entropy in functional.frontends.torch #2310
Add binary_cross_entropy in functional.frontends.torch #2310
Conversation
Hello @jiahanxie353 , |
Update fn_name in helpers.test_frontend_function to fn_tree
…itepurple/ivy into frontend_torch_loss_functions
Hello @jiahanxie353, @1Doomdie1, @sreegandh804. |
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.
Sorry for the delay, left comments below. Looks good to me in general!
I have updated all the changes following the reviews. |
lgtm, I will merge it. Thanks a lot for contributing! |
[updated] pr for #3037
binary_cross_entropy
add ivy/functional/frontends/torch/nn/loss_functions.py
add ivy_tests/test_ivy/test_frontends/test_torch/test_loss_functions.py