tolgacangoz commited on
Commit
67e1373
1 Parent(s): 5bab398

Update scheduler/scheduler_config.json

Browse files
Files changed (1) hide show
  1. scheduler/scheduler_config.json +2 -2
scheduler/scheduler_config.json CHANGED
@@ -4,7 +4,7 @@
4
  "beta_end": 0.02,
5
  "beta_schedule": "squaredcos_cap_v2",
6
  "beta_start": 0.0001,
7
- "clip_sample": true,
8
  "clip_sample_range": 1.0,
9
  "dynamic_thresholding_ratio": 0.995,
10
  "num_train_timesteps": 1000,
@@ -13,7 +13,7 @@
13
  "sample_max_value": 100,
14
  "set_alpha_to_one": true,
15
  "steps_offset": 1,
16
- "thresholding": false,
17
  "timestep_spacing": "matryoshka_style",
18
  "trained_betas": null
19
  }
 
4
  "beta_end": 0.02,
5
  "beta_schedule": "squaredcos_cap_v2",
6
  "beta_start": 0.0001,
7
+ "clip_sample": false,
8
  "clip_sample_range": 1.0,
9
  "dynamic_thresholding_ratio": 0.995,
10
  "num_train_timesteps": 1000,
 
13
  "sample_max_value": 100,
14
  "set_alpha_to_one": true,
15
  "steps_offset": 1,
16
+ "thresholding": true,
17
  "timestep_spacing": "matryoshka_style",
18
  "trained_betas": null
19
  }