ddpm / best_model_config.json
AliMusaRizvi's picture
Rename best_model_epoch010_config.json to best_model_config.json
e2620fe verified
raw
history blame contribute delete
172 Bytes
{
"in_ch": 3,
"base_ch": 128,
"ch_mults": [
1,
2,
2,
4
],
"attn_res": [
16
],
"num_res_blocks": 2,
"dropout": 0.1,
"image_size": 128
}