Push model using huggingface_hub.
Browse files- config.json +4 -10
- model.safetensors +2 -2
config.json
CHANGED
@@ -15,7 +15,6 @@
|
|
15 |
"gpt_output_dim": 512,
|
16 |
"input_normalization_modes": {
|
17 |
"observation.images.elp0": "mean_std",
|
18 |
-
"observation.images.elp1": "mean_std",
|
19 |
"observation.state": "mean_std"
|
20 |
},
|
21 |
"input_shapes": {
|
@@ -24,18 +23,13 @@
|
|
24 |
600,
|
25 |
800
|
26 |
],
|
27 |
-
"observation.images.elp1": [
|
28 |
-
3,
|
29 |
-
600,
|
30 |
-
800
|
31 |
-
],
|
32 |
"observation.state": [
|
33 |
6
|
34 |
]
|
35 |
},
|
36 |
"mlp_hidden_dim": 1024,
|
37 |
-
"n_action_pred_token":
|
38 |
-
"n_obs_steps":
|
39 |
"n_vqvae_training_steps": 20000,
|
40 |
"offset_loss_weight": 10000.0,
|
41 |
"output_normalization_modes": {
|
@@ -46,12 +40,12 @@
|
|
46 |
6
|
47 |
]
|
48 |
},
|
49 |
-
"pretrained_backbone_weights":
|
50 |
"primary_code_loss_weight": 5.0,
|
51 |
"secondary_code_loss_weight": 0.5,
|
52 |
"sequentially_select": false,
|
53 |
"spatial_softmax_num_keypoints": 32,
|
54 |
-
"use_group_norm":
|
55 |
"vision_backbone": "resnet18",
|
56 |
"vqvae_embedding_dim": 256,
|
57 |
"vqvae_enc_hidden_dim": 128,
|
|
|
15 |
"gpt_output_dim": 512,
|
16 |
"input_normalization_modes": {
|
17 |
"observation.images.elp0": "mean_std",
|
|
|
18 |
"observation.state": "mean_std"
|
19 |
},
|
20 |
"input_shapes": {
|
|
|
23 |
600,
|
24 |
800
|
25 |
],
|
|
|
|
|
|
|
|
|
|
|
26 |
"observation.state": [
|
27 |
6
|
28 |
]
|
29 |
},
|
30 |
"mlp_hidden_dim": 1024,
|
31 |
+
"n_action_pred_token": 7,
|
32 |
+
"n_obs_steps": 5,
|
33 |
"n_vqvae_training_steps": 20000,
|
34 |
"offset_loss_weight": 10000.0,
|
35 |
"output_normalization_modes": {
|
|
|
40 |
6
|
41 |
]
|
42 |
},
|
43 |
+
"pretrained_backbone_weights": null,
|
44 |
"primary_code_loss_weight": 5.0,
|
45 |
"secondary_code_loss_weight": 0.5,
|
46 |
"sequentially_select": false,
|
47 |
"spatial_softmax_num_keypoints": 32,
|
48 |
+
"use_group_norm": true,
|
49 |
"vision_backbone": "resnet18",
|
50 |
"vqvae_embedding_dim": 256,
|
51 |
"vqvae_enc_hidden_dim": 128,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3162cc741fc138f042e82c9875f0afc2ae5ef2a09584bc84c7b934657392a491
|
3 |
+
size 159494602
|