Update ddpm_scheduler/scheduler_config.json

#6
by YiYiXu - opened
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": true,
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": null,
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"