This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
v.0.1.0
What's in
Version 0.1.0 is a major stable update.
The following reconstruction methods have been added:
- Convolutional Recurrent Neural Networks (CRNN)
- Deep Cascade of Convolutional Neural Networks (CCNN)
- Down-Up Net (DUNET)
- Joint Deep Model-Based MR Image and Coil Sensitivity Reconstruction Network (Joint-ICNet)
- KIKI-Net
- Learned Primal-Dual Net (LPDNet)
- MultiDomainNet
- Recurrent Variational Network (RVN)
- Variable Splitting Network (VSNet)
- XPDNet
PyTorch-Lighting, Hydra, ONXX are now used.
What's Changed
- Rebased - refactored logic by @wdika in #34
- Updated base recon model inheritance to other models by @wdika in ce648e7
- Update README.md by @wdika in #39
- fixed trainer, updated PL to 1.6.0 by @wdika in 4cc91ba
- [fixes documentation & codecov uploader @wdika in e2c50f3
Full Changelog: v.0.0.1...v.0.1.0