Upload folder using huggingface_hub
Browse files- config.json +2 -2
- model.safetensors +1 -1
- train_config.json +5 -5
config.json
CHANGED
|
@@ -43,7 +43,7 @@
|
|
| 43 |
"private": null,
|
| 44 |
"tags": null,
|
| 45 |
"license": null,
|
| 46 |
-
"pretrained_path":
|
| 47 |
"chunk_size": 25,
|
| 48 |
"n_action_steps": 1,
|
| 49 |
"normalization_mapping": {
|
|
@@ -53,7 +53,7 @@
|
|
| 53 |
},
|
| 54 |
"vision_backbone": "resnet18",
|
| 55 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 56 |
-
"replace_final_stride_with_dilation":
|
| 57 |
"pre_norm": false,
|
| 58 |
"dim_model": 512,
|
| 59 |
"n_heads": 8,
|
|
|
|
| 43 |
"private": null,
|
| 44 |
"tags": null,
|
| 45 |
"license": null,
|
| 46 |
+
"pretrained_path": "outputs/train/act-cubes-gaze-jar/checkpoints/last/pretrained_model",
|
| 47 |
"chunk_size": 25,
|
| 48 |
"n_action_steps": 1,
|
| 49 |
"normalization_mapping": {
|
|
|
|
| 53 |
},
|
| 54 |
"vision_backbone": "resnet18",
|
| 55 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 56 |
+
"replace_final_stride_with_dilation": 0,
|
| 57 |
"pre_norm": false,
|
| 58 |
"dim_model": 512,
|
| 59 |
"n_heads": 8,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 206433104
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c21dd40e40690ff361d6c00e195069b0714eacf664672cc5d4ff7e1f0ae2a089
|
| 3 |
size 206433104
|
train_config.json
CHANGED
|
@@ -125,7 +125,7 @@
|
|
| 125 |
"private": null,
|
| 126 |
"tags": null,
|
| 127 |
"license": null,
|
| 128 |
-
"pretrained_path":
|
| 129 |
"chunk_size": 25,
|
| 130 |
"n_action_steps": 1,
|
| 131 |
"normalization_mapping": {
|
|
@@ -135,7 +135,7 @@
|
|
| 135 |
},
|
| 136 |
"vision_backbone": "resnet18",
|
| 137 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 138 |
-
"replace_final_stride_with_dilation":
|
| 139 |
"pre_norm": false,
|
| 140 |
"dim_model": 512,
|
| 141 |
"n_heads": 8,
|
|
@@ -155,11 +155,11 @@
|
|
| 155 |
},
|
| 156 |
"output_dir": "outputs/train/act-cubes-gaze-jar",
|
| 157 |
"job_name": "act-cubes-gaze-jar",
|
| 158 |
-
"resume":
|
| 159 |
"seed": 1000,
|
| 160 |
"num_workers": 15,
|
| 161 |
"batch_size": 128,
|
| 162 |
-
"steps":
|
| 163 |
"eval_freq": 1000,
|
| 164 |
"log_freq": 200,
|
| 165 |
"tolerance_s": 0.0001,
|
|
@@ -199,5 +199,5 @@
|
|
| 199 |
"rabc_epsilon": 1e-06,
|
| 200 |
"rabc_head_mode": "sparse",
|
| 201 |
"rename_map": {},
|
| 202 |
-
"checkpoint_path":
|
| 203 |
}
|
|
|
|
| 125 |
"private": null,
|
| 126 |
"tags": null,
|
| 127 |
"license": null,
|
| 128 |
+
"pretrained_path": "outputs/train/act-cubes-gaze-jar/checkpoints/last/pretrained_model",
|
| 129 |
"chunk_size": 25,
|
| 130 |
"n_action_steps": 1,
|
| 131 |
"normalization_mapping": {
|
|
|
|
| 135 |
},
|
| 136 |
"vision_backbone": "resnet18",
|
| 137 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 138 |
+
"replace_final_stride_with_dilation": 0,
|
| 139 |
"pre_norm": false,
|
| 140 |
"dim_model": 512,
|
| 141 |
"n_heads": 8,
|
|
|
|
| 155 |
},
|
| 156 |
"output_dir": "outputs/train/act-cubes-gaze-jar",
|
| 157 |
"job_name": "act-cubes-gaze-jar",
|
| 158 |
+
"resume": true,
|
| 159 |
"seed": 1000,
|
| 160 |
"num_workers": 15,
|
| 161 |
"batch_size": 128,
|
| 162 |
+
"steps": 150000,
|
| 163 |
"eval_freq": 1000,
|
| 164 |
"log_freq": 200,
|
| 165 |
"tolerance_s": 0.0001,
|
|
|
|
| 199 |
"rabc_epsilon": 1e-06,
|
| 200 |
"rabc_head_mode": "sparse",
|
| 201 |
"rename_map": {},
|
| 202 |
+
"checkpoint_path": "outputs/train/act-cubes-gaze-jar/checkpoints/last"
|
| 203 |
}
|