hdparmar commited on
Commit
79a0226
1 Parent(s): d3c8479

`steps_offset` should be set to 1 instead of 0

Browse files

`steps_offset` should be set to 1 instead of 0. Please make sure to update the config accordingly as leaving `steps_offset` might led to incorrect results in future versions.

Files changed (1) hide show
  1. scheduler/scheduler_config.json +1 -0
scheduler/scheduler_config.json CHANGED
@@ -6,5 +6,6 @@
6
  "beta_start": 0.00085,
7
  "num_train_timesteps": 1000,
8
  "skip_prk_steps": true,
 
9
  "trained_betas": null
10
  }
 
6
  "beta_start": 0.00085,
7
  "num_train_timesteps": 1000,
8
  "skip_prk_steps": true,
9
+ "steps_offset": 1,
10
  "trained_betas": null
11
  }