Instructions to use lepao/act_so101_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use lepao/act_so101_test with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- config.json +2 -2
- model.safetensors +1 -1
- train_config.json +4 -4
config.json
CHANGED
|
@@ -41,7 +41,7 @@
|
|
| 41 |
"private": null,
|
| 42 |
"tags": null,
|
| 43 |
"license": null,
|
| 44 |
-
"pretrained_path":
|
| 45 |
"chunk_size": 100,
|
| 46 |
"n_action_steps": 100,
|
| 47 |
"normalization_mapping": {
|
|
@@ -51,7 +51,7 @@
|
|
| 51 |
},
|
| 52 |
"vision_backbone": "resnet18",
|
| 53 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 54 |
-
"replace_final_stride_with_dilation":
|
| 55 |
"pre_norm": false,
|
| 56 |
"dim_model": 512,
|
| 57 |
"n_heads": 8,
|
|
|
|
| 41 |
"private": null,
|
| 42 |
"tags": null,
|
| 43 |
"license": null,
|
| 44 |
+
"pretrained_path": "outputs/train/act_so101_test/checkpoints/last/pretrained_model",
|
| 45 |
"chunk_size": 100,
|
| 46 |
"n_action_steps": 100,
|
| 47 |
"normalization_mapping": {
|
|
|
|
| 51 |
},
|
| 52 |
"vision_backbone": "resnet18",
|
| 53 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 54 |
+
"replace_final_stride_with_dilation": 0,
|
| 55 |
"pre_norm": false,
|
| 56 |
"dim_model": 512,
|
| 57 |
"n_heads": 8,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 206699736
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c889955eaed6d2a0afa86fb492a277ea6d8c4b7a32b5e7cbc5993b0b036f379
|
| 3 |
size 206699736
|
train_config.json
CHANGED
|
@@ -123,7 +123,7 @@
|
|
| 123 |
"private": null,
|
| 124 |
"tags": null,
|
| 125 |
"license": null,
|
| 126 |
-
"pretrained_path":
|
| 127 |
"chunk_size": 100,
|
| 128 |
"n_action_steps": 100,
|
| 129 |
"normalization_mapping": {
|
|
@@ -133,7 +133,7 @@
|
|
| 133 |
},
|
| 134 |
"vision_backbone": "resnet18",
|
| 135 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 136 |
-
"replace_final_stride_with_dilation":
|
| 137 |
"pre_norm": false,
|
| 138 |
"dim_model": 512,
|
| 139 |
"n_heads": 8,
|
|
@@ -153,7 +153,7 @@
|
|
| 153 |
},
|
| 154 |
"output_dir": "outputs/train/act_so101_test",
|
| 155 |
"job_name": "act_so101_test",
|
| 156 |
-
"resume":
|
| 157 |
"seed": 1000,
|
| 158 |
"num_workers": 4,
|
| 159 |
"batch_size": 128,
|
|
@@ -197,5 +197,5 @@
|
|
| 197 |
"rabc_epsilon": 1e-06,
|
| 198 |
"rabc_head_mode": "sparse",
|
| 199 |
"rename_map": {},
|
| 200 |
-
"checkpoint_path":
|
| 201 |
}
|
|
|
|
| 123 |
"private": null,
|
| 124 |
"tags": null,
|
| 125 |
"license": null,
|
| 126 |
+
"pretrained_path": "outputs/train/act_so101_test/checkpoints/last/pretrained_model",
|
| 127 |
"chunk_size": 100,
|
| 128 |
"n_action_steps": 100,
|
| 129 |
"normalization_mapping": {
|
|
|
|
| 133 |
},
|
| 134 |
"vision_backbone": "resnet18",
|
| 135 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 136 |
+
"replace_final_stride_with_dilation": 0,
|
| 137 |
"pre_norm": false,
|
| 138 |
"dim_model": 512,
|
| 139 |
"n_heads": 8,
|
|
|
|
| 153 |
},
|
| 154 |
"output_dir": "outputs/train/act_so101_test",
|
| 155 |
"job_name": "act_so101_test",
|
| 156 |
+
"resume": true,
|
| 157 |
"seed": 1000,
|
| 158 |
"num_workers": 4,
|
| 159 |
"batch_size": 128,
|
|
|
|
| 197 |
"rabc_epsilon": 1e-06,
|
| 198 |
"rabc_head_mode": "sparse",
|
| 199 |
"rename_map": {},
|
| 200 |
+
"checkpoint_path": "outputs/train/act_so101_test/checkpoints/last"
|
| 201 |
}
|