ddpm_dummy / sampler_config.json
patrickvonplaten's picture
upload sampler
1e80c0c
raw history blame
No virus
176 Bytes
{
"_class_name": "GaussianDiffusion",
"beta_schedule": "cosine",
"channels": 3,
"image_size": 128,
"loss_type": "l1",
"objective": "pred_noise",
"timesteps": 3
}