Upload best_model_epoch010_config.json with huggingface_hub
Browse files
best_model_epoch010_config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"in_ch": 3,
|
| 3 |
+
"base_ch": 128,
|
| 4 |
+
"ch_mults": [
|
| 5 |
+
1,
|
| 6 |
+
2,
|
| 7 |
+
2,
|
| 8 |
+
4
|
| 9 |
+
],
|
| 10 |
+
"attn_res": [
|
| 11 |
+
16
|
| 12 |
+
],
|
| 13 |
+
"num_res_blocks": 2,
|
| 14 |
+
"dropout": 0.1,
|
| 15 |
+
"image_size": 128
|
| 16 |
+
}
|