-
Notifications
You must be signed in to change notification settings - Fork 287
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 IRFFT2 transform #1656
Comments
IRFFT2
(inverse fast fourier) transform using https://pytorch.org/docs/stable/generated/torch.fft.irfft2.html#torch.fft.irfft2
Hi, I’d like to work on this and RFFT2 as my first issues! Can you assign them to me? |
Hi, yes of course, I'll assign the issue to you. |
Hi, I’ve added the Additionally, I used an image from the BSD100 dataset to verify that the transforms are working as expected. I obtained the frequency image using Is there anything else I might have missed in addressing the issue? If everything is in order, would it be alright to open a PR for these two transforms? |
This sounds great! Feel free to open a PR |
Hi have opened a PR but it seems that it failed on format check because of init.py because I didn't want to change the format of the file from the master branch. Please let me know if you want me to change the format for init.py so that it passes the format check. |
I answered directly in the PR :) |
See #1646 for information
Please use https://pytorch.org/docs/stable/generated/torch.fft.irfft2.html to implement the transform.
The text was updated successfully, but these errors were encountered: