patrickvonplaten commited on
Commit
1afa2e1
1 Parent(s): c9e4251

Upload scheduler_config.json

Browse files
Files changed (1) hide show
  1. scheduler_config.json +8 -0
scheduler_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "GaussianDDPMScheduler",
3
+ "beta_end": 0.02,
4
+ "beta_schedule": "linear",
5
+ "beta_start": 0.0001,
6
+ "timesteps": 1000,
7
+ "variance_type": "fixed_small"
8
+ }