DDPM-test / config.json
BackTo2014's picture
Update config.json
38ad182 verified
raw
history blame
272 Bytes
Invalid JSON: Expected double-quoted property name in JSONat line 12, column 31
{
"model_type": "UNet",
"T": 1000,
"channel": 128,
"channel_mult": [1, 2, 2, 2],
"attn": [1],
"num_res_blocks": 2,
"dropout": 0.1,
"image_size": 32,
"in_channels": 3,
"out_channels": 3,
"time_embedding_dim": 512, // 128 * 4
"norm_num_groups": 32
}