nroggendorff commited on
Commit
5c9d56c
1 Parent(s): e04d988

Update scheduler/config.json

Browse files
Files changed (1) hide show
  1. scheduler/config.json +6 -0
scheduler/config.json CHANGED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "num_train_timesteps": 1000,
3
+ "beta_start": 0.0001,
4
+ "beta_end": 0.02,
5
+ "beta_schedule": "linear"
6
+ }