Push model using huggingface_hub.
Browse files- config.json +7 -1
- model.safetensors +2 -2
config.json
CHANGED
@@ -6,6 +6,7 @@
|
|
6 |
"feedforward_activation": "relu",
|
7 |
"input_normalization_modes": {
|
8 |
"observation.images.elp0": "mean_std",
|
|
|
9 |
"observation.state": "mean_std"
|
10 |
},
|
11 |
"input_shapes": {
|
@@ -14,6 +15,11 @@
|
|
14 |
600,
|
15 |
800
|
16 |
],
|
|
|
|
|
|
|
|
|
|
|
17 |
"observation.state": [
|
18 |
6
|
19 |
]
|
@@ -35,7 +41,7 @@
|
|
35 |
]
|
36 |
},
|
37 |
"pre_norm": false,
|
38 |
-
"pretrained_backbone_weights":
|
39 |
"replace_final_stride_with_dilation": false,
|
40 |
"temporal_ensemble_coeff": null,
|
41 |
"use_vae": true,
|
|
|
6 |
"feedforward_activation": "relu",
|
7 |
"input_normalization_modes": {
|
8 |
"observation.images.elp0": "mean_std",
|
9 |
+
"observation.images.elp1": "mean_std",
|
10 |
"observation.state": "mean_std"
|
11 |
},
|
12 |
"input_shapes": {
|
|
|
15 |
600,
|
16 |
800
|
17 |
],
|
18 |
+
"observation.images.elp1": [
|
19 |
+
3,
|
20 |
+
600,
|
21 |
+
800
|
22 |
+
],
|
23 |
"observation.state": [
|
24 |
6
|
25 |
]
|
|
|
41 |
]
|
42 |
},
|
43 |
"pre_norm": false,
|
44 |
+
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
45 |
"replace_final_stride_with_dilation": false,
|
46 |
"temporal_ensemble_coeff": null,
|
47 |
"use_vae": true,
|
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:49181d9654a623b084b0f0a8bfce529cde63ccb0bec971a258c8c990cd0735a4
|
3 |
+
size 206701064
|