ddpm-cifar10 / config.json
patrickvonplaten's picture
up
638304a
raw
history blame
No virus
290 Bytes
{
"_class_name": "UNetModel",
"attn_resolutions": [
16
],
"ch": 128,
"ch_mult": [
1,
2,
2,
2
],
"dropout": 0.1,
"in_channels": 3,
"name_or_path": "./ddpm-cifar10/",
"num_res_blocks": 2,
"out_ch": 3,
"resamp_with_conv": true,
"resolution": 32
}