Upload config.json with huggingface_hub
Browse files- config.json +4 -1
config.json
CHANGED
|
@@ -12,7 +12,10 @@
|
|
| 12 |
"cantor",
|
| 13 |
"beatrix"
|
| 14 |
],
|
| 15 |
-
"conv_types": [
|
|
|
|
|
|
|
|
|
|
| 16 |
"latent_flat_dim": 16384,
|
| 17 |
"num_flow_steps": 50,
|
| 18 |
"num_latent_tokens": 1024
|
|
|
|
| 12 |
"cantor",
|
| 13 |
"beatrix"
|
| 14 |
],
|
| 15 |
+
"conv_types": [
|
| 16 |
+
"wide_resnet",
|
| 17 |
+
"squeeze_excite"
|
| 18 |
+
],
|
| 19 |
"latent_flat_dim": 16384,
|
| 20 |
"num_flow_steps": 50,
|
| 21 |
"num_latent_tokens": 1024
|