-
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
Added tf.diag frontend + test #14057
Conversation
This PR has been labelled as stale because it has been inactive for more than 7 days. If you would like to continue working on this PR, then please add another comment or this PR will be closed in 7 days. |
Hi @zaeemansari70, I am requesting a code review 🙂.
Does this mean the backends are not yet implemented ? |
Hey @hirwa-nshuti I implemented the function with the appropriate parameters but I am getting the same error that I got beforehand |
Hi @mobley-trent, I tried running your code locally and I don't get the |
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.
Hey @mobley-trent
Good Job so far,
But there is a mismatch between the shapes of returned array and the ground truth one🙂
Would you look into that?
@hirwa-nshuti I actually had a question about the testing. The test case which is failing produces this array:
But when I test this input on the |
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.
Hey @mobley-trent
Now looks great but the tests for paddle backend are failing, fix this then we can merge this PR.
Great job done😊
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.
Hey @mobley-trent
Thanks for contributing😊
Going to merge
Closes #13868