Update ddpm_scheduler/scheduler_config.json (#6)
Browse files- Update ddpm_scheduler/scheduler_config.json (d4c9abd3bced820635c72f4b0723ac9ca21ab2a5)
ddpm_scheduler/scheduler_config.json
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
"beta_end": 0.012,
|
5 |
"beta_schedule": "linear",
|
6 |
"beta_start": 0.00085,
|
7 |
-
"clip_sample":
|
8 |
"clip_sample_range": 2.0,
|
9 |
"dynamic_thresholding_ratio": 0.995,
|
10 |
"num_train_timesteps": 1000,
|
11 |
"prediction_type": "epsilon",
|
12 |
-
"sample_max_value":
|
13 |
"thresholding": true,
|
14 |
"trained_betas": null,
|
15 |
"variance_type": "learned_range"
|
|
|
4 |
"beta_end": 0.012,
|
5 |
"beta_schedule": "linear",
|
6 |
"beta_start": 0.00085,
|
7 |
+
"clip_sample": false,
|
8 |
"clip_sample_range": 2.0,
|
9 |
"dynamic_thresholding_ratio": 0.995,
|
10 |
"num_train_timesteps": 1000,
|
11 |
"prediction_type": "epsilon",
|
12 |
+
"sample_max_value": 2.0,
|
13 |
"thresholding": true,
|
14 |
"trained_betas": null,
|
15 |
"variance_type": "learned_range"
|