Update main/load.py
Browse files- main/load.py +3 -3
main/load.py
CHANGED
|
@@ -13,11 +13,11 @@ from sen2sr.referencex4 import srmodel as rswir_modelx4
|
|
| 13 |
|
| 14 |
config = {
|
| 15 |
"apply_normalization": False,
|
| 16 |
-
"ckpt_version": "
|
| 17 |
"encode_conditioning": True,
|
| 18 |
"denoiser_settings": {
|
| 19 |
-
"linear_start": 0.
|
| 20 |
-
"linear_end": 0.
|
| 21 |
"timesteps": 1000
|
| 22 |
},
|
| 23 |
"first_stage_config": {
|
|
|
|
| 13 |
|
| 14 |
config = {
|
| 15 |
"apply_normalization": False,
|
| 16 |
+
"ckpt_version": "v1.0.0",
|
| 17 |
"encode_conditioning": True,
|
| 18 |
"denoiser_settings": {
|
| 19 |
+
"linear_start": 0.0001,
|
| 20 |
+
"linear_end": 0.01,
|
| 21 |
"timesteps": 1000
|
| 22 |
},
|
| 23 |
"first_stage_config": {
|