Update config.json
Browse files- config.json +8 -12
config.json
CHANGED
|
@@ -4,19 +4,15 @@
|
|
| 4 |
"AutoConfig": "configuration.DigitDiffusionConfig",
|
| 5 |
"AutoModel": "modeling.DigitDiffusionModel"
|
| 6 |
},
|
| 7 |
-
"
|
| 8 |
-
"class_embed_type": null,
|
| 9 |
-
"cross_attention_dim": 8,
|
| 10 |
-
"down_block_types": ["DownBlock2D", "DownBlock2D", "DownBlock2D"],
|
| 11 |
"image_size": 32,
|
|
|
|
| 12 |
"in_channels": 1,
|
|
|
|
|
|
|
|
|
|
| 13 |
"layers_per_block": 5,
|
| 14 |
-
"mid_block_type": "UNetMidBlock2D",
|
| 15 |
-
"model_type": "digit_diffusion",
|
| 16 |
"norm_num_groups": 4,
|
| 17 |
-
"
|
| 18 |
-
"
|
| 19 |
-
|
| 20 |
-
"sample_size": 32,
|
| 21 |
-
"up_block_types": ["UpBlock2D", "UpBlock2D", "UpBlock2D"]
|
| 22 |
-
}
|
|
|
|
| 4 |
"AutoConfig": "configuration.DigitDiffusionConfig",
|
| 5 |
"AutoModel": "modeling.DigitDiffusionModel"
|
| 6 |
},
|
| 7 |
+
"model_type": "digit_diffusion",
|
|
|
|
|
|
|
|
|
|
| 8 |
"image_size": 32,
|
| 9 |
+
"sample_size": 32,
|
| 10 |
"in_channels": 1,
|
| 11 |
+
"out_channels": 1,
|
| 12 |
+
"num_classes": 10,
|
| 13 |
+
"block_out_channels": [12, 16, 20],
|
| 14 |
"layers_per_block": 5,
|
|
|
|
|
|
|
| 15 |
"norm_num_groups": 4,
|
| 16 |
+
"cross_attention_dim": 8,
|
| 17 |
+
"class_embed_type": null
|
| 18 |
+
}
|
|
|
|
|
|
|
|
|