Create config.json
Browse files- config.json +13 -0
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "han-vision-navigation",
|
| 3 |
+
"architecture": "cnn_transformer",
|
| 4 |
+
"framework": "pytorch",
|
| 5 |
+
"input_dim": 256,
|
| 6 |
+
"output_dim": 32,
|
| 7 |
+
"num_layers": 4,
|
| 8 |
+
"num_heads": 4,
|
| 9 |
+
"hidden_size": 256,
|
| 10 |
+
"dropout": 0.2,
|
| 11 |
+
"task_type": "navigation",
|
| 12 |
+
"license": "Apache-2.0"
|
| 13 |
+
}
|