BackTo2014 commited on
Commit
65f08f7
·
verified ·
1 Parent(s): 2a4c221

Create scheduler_config.json

Browse files
Files changed (1) hide show
  1. scheduler_config.json +5 -0
scheduler_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "num_train_timesteps": 1000,
3
+ "beta_start": 0.0001,
4
+ "beta_end": 0.02
5
+ }