-
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
feat: implement rfftn to Paddle Frontend (#23484) #23537
Conversation
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.
PR Compliance Checks Passed!
Why these 2 check are failing, can you help me with that? |
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 @Kilvny, seems like you have edited the demos submodule by mistake. Can you please revert that?
Done @KareemMAX |
s = x.shape | ||
|
||
# Apply rfft along the last axis | ||
rfft_result = ivy.rfftn(x, s=s, axes=axes, norm=norm, name=name) |
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.
TypeError: rfftn() got an unexpected keyword argument 'name'
. This line is throwing an error. there is no name
parameter in rfftn please remove it and add out=name
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.
Thank you, the change is done,
FYA
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 @Kilvny
Apologies for the delay in review. Have been a little swamped with work recently and so havent had the time to review any PRs 😅
With regards to the PR itself, the implementation does look good overall. However, I am noticing that the CI tests are failing here with the following error:
E ivy.utils.exceptions.IvyBackendException: tensorflow: rfftn: Invalid FFT input: `x` must be of a real dtype. Received: <dtype: 'complex128'>
Could you kindly fix the merge conflicts and look into fixing the above issue? Fee free to re-request a review once that's done? Thanks!😄
Hi @YushaArif99 Thank you so much for the reply, anyways, I resolved the conflicts, but regarding the checks that fails, I need some help and guidance I don't know exactly what causes the tests to fail, your help is highly appreciated |
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. |
This PR has been closed because it has been marked as stale for more than 7 days with no activity. |
PR Description
added rfftn to Paddle Frontend and added tests related to it
Related Issue
(#23484)
Close #23484
Checklist
Socials: