patrickvonplaten commited on
Commit
1e80c0c
1 Parent(s): 1bbccd9

upload sampler

Browse files
Files changed (1) hide show
  1. sampler_config.json +9 -0
sampler_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "GaussianDiffusion",
3
+ "beta_schedule": "cosine",
4
+ "channels": 3,
5
+ "image_size": 128,
6
+ "loss_type": "l1",
7
+ "objective": "pred_noise",
8
+ "timesteps": 3
9
+ }