Update config with auto_map
Browse files- config.json +5 -2
config.json
CHANGED
|
@@ -30,5 +30,8 @@
|
|
| 30 |
"waypoints_pred_head": "gru",
|
| 31 |
"with_center_sensor": true,
|
| 32 |
"with_lidar": true,
|
| 33 |
-
"with_right_left_sensors": true
|
| 34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
"waypoints_pred_head": "gru",
|
| 31 |
"with_center_sensor": true,
|
| 32 |
"with_lidar": true,
|
| 33 |
+
"with_right_left_sensors": true,
|
| 34 |
+
"auto_map": {
|
| 35 |
+
"AutoModel": "modeling_interfuser.InterfuserForHuggingFace"
|
| 36 |
+
}
|
| 37 |
+
}
|