Code for the paper Deep Unrolling Networks with Recurrent Momentum Acceleration for Nonlinear Inverse Problems.
In order to run the code, you will need the following:
PyTorch
(>= 1.10.0)Python
(>=3.7.xx)PyEIT
(link)pytorch_lightning
- simulate data:
toy_dataset_simulation.py
- train: LPD-RMA
toy_train_lpd.py
; LPGD-RMAtoy_train_lpgd.py
- simulate data:
eit_circle_simulation.py
- train: LPD-RMA
eit_train_lpd.py
; LPGD-RMAeit_train_lpgd.py
- compute the quantitative metrics:
eit_reconstruct_2inclusion.py
andeit_reconstruct_4inclusion.py