han-xudong
commited on
Commit
·
930efdf
1
Parent(s):
4ae23a2
new file: config.json
Browse files- config.json +17 -0
config.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "asRobotics/prosoro-mvae",
|
| 3 |
+
"architectures": ["MVAE"],
|
| 4 |
+
"model_type": "mvae",
|
| 5 |
+
"prosoro_type": "cylinder",
|
| 6 |
+
"x_dim_dict": [6, 6, 1749],
|
| 7 |
+
"h1_dim_dict": [8, 8, 1024],
|
| 8 |
+
"h2_dim_dict": [16, 16, 256],
|
| 9 |
+
"z_dim": 32,
|
| 10 |
+
"torch_dtype": "float32",
|
| 11 |
+
"layer_norm": false,
|
| 12 |
+
"use_activation": "relu",
|
| 13 |
+
"auto_map": {
|
| 14 |
+
"AutoConfig": "modeling.MVAEConfig",
|
| 15 |
+
"AutoModel": "modeling.MVAE"
|
| 16 |
+
}
|
| 17 |
+
}
|