learn_prox_ops icon indicating copy to clipboard operation
learn_prox_ops copied to clipboard

Implementation of "Learning Proximal Operators: Using Denoising Networks for Regularizing Inverse Imaging Problems"

Results 2 learn_prox_ops issues
Sort by recently updated
recently updated
newest added

Hi, Tim, I find the optimal BM3D setting yields extremely poor results. The code of ```python src/experiment_deblurring.py with experiment_name=experiment_a image_name=barbara elemental.optimal_DNCNN_experiment_a``` produces good results of ``` INFO - main -...

I tried to train the model by running the command python3 src/tf_solver.py --sigma_noise 0.02 --batch_size 128 --network DNCNN --channels 1 --pipeline bsds500 --device_name /gpu:0 --train_epochs 100 But I received an...