Upload folder using huggingface_hub
Browse files- config.json +2 -2
- model.safetensors +1 -1
- train_config.json +5 -5
config.json
CHANGED
|
@@ -32,7 +32,7 @@
|
|
| 32 |
"private": null,
|
| 33 |
"tags": null,
|
| 34 |
"license": null,
|
| 35 |
-
"pretrained_path":
|
| 36 |
"chunk_size": 100,
|
| 37 |
"n_action_steps": 100,
|
| 38 |
"normalization_mapping": {
|
|
@@ -42,7 +42,7 @@
|
|
| 42 |
},
|
| 43 |
"vision_backbone": "resnet18",
|
| 44 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 45 |
-
"replace_final_stride_with_dilation":
|
| 46 |
"pre_norm": false,
|
| 47 |
"dim_model": 512,
|
| 48 |
"n_heads": 8,
|
|
|
|
| 32 |
"private": null,
|
| 33 |
"tags": null,
|
| 34 |
"license": null,
|
| 35 |
+
"pretrained_path": "outputs/train/cup-stacking-front-ACT/checkpoints/last/pretrained_model",
|
| 36 |
"chunk_size": 100,
|
| 37 |
"n_action_steps": 100,
|
| 38 |
"normalization_mapping": {
|
|
|
|
| 42 |
},
|
| 43 |
"vision_backbone": "resnet18",
|
| 44 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 45 |
+
"replace_final_stride_with_dilation": 0,
|
| 46 |
"pre_norm": false,
|
| 47 |
"dim_model": 512,
|
| 48 |
"n_heads": 8,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 206720224
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:289f56e6d4617aa2ff8b8be55b78ec8c8ab94fcc1fa3e925ed1037a2b99c6ef6
|
| 3 |
size 206720224
|
train_config.json
CHANGED
|
@@ -114,7 +114,7 @@
|
|
| 114 |
"private": null,
|
| 115 |
"tags": null,
|
| 116 |
"license": null,
|
| 117 |
-
"pretrained_path":
|
| 118 |
"chunk_size": 100,
|
| 119 |
"n_action_steps": 100,
|
| 120 |
"normalization_mapping": {
|
|
@@ -124,7 +124,7 @@
|
|
| 124 |
},
|
| 125 |
"vision_backbone": "resnet18",
|
| 126 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 127 |
-
"replace_final_stride_with_dilation":
|
| 128 |
"pre_norm": false,
|
| 129 |
"dim_model": 512,
|
| 130 |
"n_heads": 8,
|
|
@@ -144,11 +144,11 @@
|
|
| 144 |
},
|
| 145 |
"output_dir": "outputs/train/cup-stacking-front-ACT",
|
| 146 |
"job_name": "lerobot-cup-stacking",
|
| 147 |
-
"resume":
|
| 148 |
"seed": 1000,
|
| 149 |
"num_workers": 4,
|
| 150 |
"batch_size": 64,
|
| 151 |
-
"steps":
|
| 152 |
"eval_freq": 20000,
|
| 153 |
"log_freq": 100,
|
| 154 |
"save_checkpoint": true,
|
|
@@ -180,6 +180,6 @@
|
|
| 180 |
"run_id": "r1lj80mi",
|
| 181 |
"mode": null
|
| 182 |
},
|
| 183 |
-
"checkpoint_path":
|
| 184 |
"rename_map": {}
|
| 185 |
}
|
|
|
|
| 114 |
"private": null,
|
| 115 |
"tags": null,
|
| 116 |
"license": null,
|
| 117 |
+
"pretrained_path": "outputs/train/cup-stacking-front-ACT/checkpoints/last/pretrained_model",
|
| 118 |
"chunk_size": 100,
|
| 119 |
"n_action_steps": 100,
|
| 120 |
"normalization_mapping": {
|
|
|
|
| 124 |
},
|
| 125 |
"vision_backbone": "resnet18",
|
| 126 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 127 |
+
"replace_final_stride_with_dilation": 0,
|
| 128 |
"pre_norm": false,
|
| 129 |
"dim_model": 512,
|
| 130 |
"n_heads": 8,
|
|
|
|
| 144 |
},
|
| 145 |
"output_dir": "outputs/train/cup-stacking-front-ACT",
|
| 146 |
"job_name": "lerobot-cup-stacking",
|
| 147 |
+
"resume": true,
|
| 148 |
"seed": 1000,
|
| 149 |
"num_workers": 4,
|
| 150 |
"batch_size": 64,
|
| 151 |
+
"steps": 1000000,
|
| 152 |
"eval_freq": 20000,
|
| 153 |
"log_freq": 100,
|
| 154 |
"save_checkpoint": true,
|
|
|
|
| 180 |
"run_id": "r1lj80mi",
|
| 181 |
"mode": null
|
| 182 |
},
|
| 183 |
+
"checkpoint_path": "outputs/train/cup-stacking-front-ACT/checkpoints/last",
|
| 184 |
"rename_map": {}
|
| 185 |
}
|