Daniele Picone
commited on
Commit
·
45fd79e
1
Parent(s):
8530548
Updatad to 0.10.0
Browse files
20240617_145340/manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"checkpoint_path": "version_0/checkpoints/best.ckpt",
|
| 3 |
"options_path": "options.json",
|
| 4 |
-
"version": "0.
|
| 5 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"checkpoint_path": "version_0/checkpoints/best.ckpt",
|
| 3 |
"options_path": "options.json",
|
| 4 |
+
"version": "0.10.0"
|
| 5 |
}
|
20240617_145340/options.json
CHANGED
|
@@ -601,10 +601,7 @@
|
|
| 601 |
"lagrange_multipliers": []
|
| 602 |
},
|
| 603 |
"noise": {
|
| 604 |
-
"
|
| 605 |
-
"id": null,
|
| 606 |
-
"snr": null,
|
| 607 |
-
"mean_scaled_snr": true
|
| 608 |
},
|
| 609 |
"processing": {
|
| 610 |
"data_functional": "squared_l2",
|
|
|
|
| 601 |
"lagrange_multipliers": []
|
| 602 |
},
|
| 603 |
"noise": {
|
| 604 |
+
"id": "none"
|
|
|
|
|
|
|
|
|
|
| 605 |
},
|
| 606 |
"processing": {
|
| 607 |
"data_functional": "squared_l2",
|
20250107_215402/manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"version": "0.
|
| 3 |
"options": "options.json",
|
| 4 |
"denoiser": "lightning_logs/version_0/checkpoints/best.ckpt"
|
| 5 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"version": "0.10.0",
|
| 3 |
"options": "options.json",
|
| 4 |
"denoiser": "lightning_logs/version_0/checkpoints/best.ckpt"
|
| 5 |
}
|
20250107_215402/options.json
CHANGED
|
@@ -83,8 +83,7 @@
|
|
| 83 |
},
|
| 84 |
"noise": [
|
| 85 |
{
|
| 86 |
-
"
|
| 87 |
-
"id": null,
|
| 88 |
"snr": 15.0,
|
| 89 |
"mean_scaled_snr": true
|
| 90 |
},
|
|
|
|
| 83 |
},
|
| 84 |
"noise": [
|
| 85 |
{
|
| 86 |
+
"id": "gaussian",
|
|
|
|
| 87 |
"snr": 15.0,
|
| 88 |
"mean_scaled_snr": true
|
| 89 |
},
|