Daniele Picone commited on
Commit
f52aa98
·
1 Parent(s): d669e58

Updated weight options

Browse files
20240617_145340/options.json CHANGED
@@ -613,7 +613,8 @@
613
  "id": "pnp",
614
  "unfolded_stages": 4,
615
  "denoiser_deep": {
616
- "id": "unet"
 
617
  },
618
  "regularization_parameter": 1.0,
619
  "noise_level": 0.03
 
613
  "id": "pnp",
614
  "unfolded_stages": 4,
615
  "denoiser_deep": {
616
+ "id": "unet",
617
+ "untrained_in_channels": 16
618
  },
619
  "regularization_parameter": 1.0,
620
  "noise_level": 0.03
20250107_215402/options.json CHANGED
@@ -103,6 +103,7 @@
103
  ],
104
  "denoiser_options": {
105
  "id": "unet",
 
106
  "noise_level": null,
107
  "layers": null,
108
  "layer_filter_list": null,
 
103
  ],
104
  "denoiser_options": {
105
  "id": "unet",
106
+ "untrained_in_channels": 16,
107
  "noise_level": null,
108
  "layers": null,
109
  "layer_filter_list": null,