Code for “MD-Recon-Net: A Parallel Dual-Domain Convolutional Neural Network for Compressed Sensing MRI”
If you use this code, please cite our work: [1]. Maosong Ran, Wenjun Xia, Yongqiang Huang, Zexin Lu, Peng Bao, Yan Liu, Huaiqiang Sun, Jiliu Zhou, and Yi Zhang, "MD-Recon-Net: a parallel dual-domain convolutional neural network for compressed sensing MRI," IEEE Transactions on Radiation and Plasma Medical Sciences, DOI: 10.1109/TRPMS.2020.2991877, online, 2020.
Any questions about this code, please contact the author: maosongran@gmail.com or yzhang@scu.edu.cn
NB:
- the codes(old codes) except
pure_model.py
is based on torch==0.4.1 pure_model.py
is a modification of the codes which only contains the construction of model, and based on torch=2.0.1