Signal recovery of piecewise constant 1D signals (following a total variation synthesis model) from random Gaussian measurements.
- Check (and modify if necessary) the configuration file
config.py
. It specifies the directory paths for the data and results, as well as all relevant parameters of the experimental setup. By default, the data is stored in the subdirectoryraw_data
and results and model weights are stored in the subdirectoryresults
. - Generate and prepare the data by running
data_management.py
. - Train networks using the scripts named
script_train_*.py
. - Check (and modify if necessary) the configuration file
config_robustness.py
. It specifies the relevant parameters for the robustness analysis. Adapt the list of networks to compare according to the ones that you have actually trained. - Analyze different aspects of the robustness comparisons by running the scripts named
script_robustness_*.py
.