Update main/load.py
Browse files- main/load.py +3 -3
main/load.py
CHANGED
|
@@ -19,9 +19,9 @@ config = {
|
|
| 19 |
"linear_start": 0.0001,
|
| 20 |
"linear_end": 0.0155,
|
| 21 |
"timesteps": 1000,
|
| 22 |
-
"sampling_eta": 0.95
|
| 23 |
-
"sampling_temperature": 1.0
|
| 24 |
-
"sampling_steps": 200
|
| 25 |
},
|
| 26 |
"first_stage_config": {
|
| 27 |
"embed_dim": 4,
|
|
|
|
| 19 |
"linear_start": 0.0001,
|
| 20 |
"linear_end": 0.0155,
|
| 21 |
"timesteps": 1000,
|
| 22 |
+
"sampling_eta": 0.95,
|
| 23 |
+
"sampling_temperature": 1.0,
|
| 24 |
+
"sampling_steps": 200,
|
| 25 |
},
|
| 26 |
"first_stage_config": {
|
| 27 |
"embed_dim": 4,
|