Code for the research paper "Deep Unrolling Networks with Recurrent Momentum Acceleration for Nonlinear Inverse Problems".
A pre-print is available at arXiv, for now please cite as:
In order to run the code, you will need the following:
PyTorch
(>= 1.10.0)Python
(>=3.7.xx)PyEIT
(link)
- simulate data:
toy_dataset_simulation.py
- train: LPD
toy_train_lpd.py
; LPGDtoy_train_lpgd.py
- simulate data:
eit_circle_simulation.py
- train: LPD
eit_train_lpd.py
; LPGDeit_train_lpgd.py