Upload config.json with huggingface_hub
Browse files- config.json +23 -0
config.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"image_size": 256,
|
| 3 |
+
"num_classes": 10,
|
| 4 |
+
"latent_channels": 4,
|
| 5 |
+
"latent_size": 32,
|
| 6 |
+
"text_raw_dim": 2048,
|
| 7 |
+
"bottleneck_dim": 256,
|
| 8 |
+
"tower_dim": 256,
|
| 9 |
+
"tower_depth": 2,
|
| 10 |
+
"num_heads": 8,
|
| 11 |
+
"geometric_types": [
|
| 12 |
+
"cantor",
|
| 13 |
+
"beatrix"
|
| 14 |
+
],
|
| 15 |
+
"conv_types": [
|
| 16 |
+
"wide_resnet",
|
| 17 |
+
"squeeze_excite"
|
| 18 |
+
],
|
| 19 |
+
"conv_spatial_size": 8,
|
| 20 |
+
"manifold_dim": 512,
|
| 21 |
+
"fingerprint_dim": 64,
|
| 22 |
+
"num_flow_steps": 50
|
| 23 |
+
}
|