-
Notifications
You must be signed in to change notification settings - Fork 380
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
Implement GrappaNet in fastmri_examples #136
Comments
Hey, I'm trying to implement the GrappaNet. The GrappaNet paper introduces interesting concepts which are worth trying out. I've read the paper and I might have misinterpreted certain explanations and have a few questions, for which I require some help. They are:
I would really appreciate if someone can clear my doubts/correct my interpretations. Thanks in advance for your help 👍 |
@anuroopsriram would you be able to help with this? |
Hi All I was thrilled by the GrappaNet work and wanted to apply on our dataset. I was not able to find the codebase hence tried to implement it. My implementation may not be exactly same as the author described in the paper due to the lack of proper understanding of various parameters and internal details. I would be glad if someone takes little time and verify following implementation. https://github.com/salammemphis/GrappaNet I appreciate your help to correct the implementation -Shahinur |
Hi Shahinur: |
@anuroopsriram Thank you so much for taking time and reviewing the implementation. I will replace RMSprop with Adam optimizer. I am trying to apply your methods to our dataset. I need to convert GRAPPA kernet estimation from plain python/eager mode to tensorflow graph. Best Regards, |
This is a tracking issue for implementing the paper GrappaNet: Combining Parallel Imaging With Deep Learning for Multi-Coil MRI Reconstruction by A. Sriram, et al. This paper wasn't open-sourced, but we could welcome an implementation from the community that is able to reproduce results at key operating points.
The text was updated successfully, but these errors were encountered: