cifar10-ddpmpp-vp / model /config.json
patrickvonplaten's picture
uP
fdce8d4
raw
history blame contribute delete
804 Bytes
{
"_class_name": "NCSNpp",
"_diffusers_version": "0.0.4",
"attention_type": "ddpm",
"attn_resolutions": [
16
],
"centered": true,
"ch_mult": [
1,
2,
2,
2
],
"conditional": true,
"continuous": true,
"conv_size": 3,
"dropout": 0.0,
"embedding_type": "positional",
"fir": false,
"fir_kernel": [
1,
3,
3,
1
],
"fourier_scale": 16,
"image_size": 32,
"init_scale": 0.0,
"name_or_path": "/home/patrick/cifar10-ddpmpp-vp",
"nf": 128,
"nonlinearity": "swish",
"normalization": "GroupNorm",
"num_channels": 3,
"num_res_blocks": 4,
"progressive": "none",
"progressive_combine": "sum",
"progressive_input": "none",
"resamp_with_conv": true,
"resblock_type": "biggan",
"scale_by_sigma": false,
"skip_rescale": true
}