Instructions to use wiscohumanoids/diffusion_67 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use wiscohumanoids/diffusion_67 with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- config.json +1 -1
- model.safetensors +1 -1
- train_config.json +3 -3
config.json
CHANGED
|
@@ -57,7 +57,7 @@
|
|
| 57 |
"private": null,
|
| 58 |
"tags": null,
|
| 59 |
"license": null,
|
| 60 |
-
"pretrained_path":
|
| 61 |
"horizon": 32,
|
| 62 |
"n_action_steps": 24,
|
| 63 |
"normalization_mapping": {
|
|
|
|
| 57 |
"private": null,
|
| 58 |
"tags": null,
|
| 59 |
"license": null,
|
| 60 |
+
"pretrained_path": "/lerobot_alohamini/outputs/train/diffusion_67/checkpoints/last/pretrained_model",
|
| 61 |
"horizon": 32,
|
| 62 |
"n_action_steps": 24,
|
| 63 |
"normalization_mapping": {
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2345045224
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd4c68f6206e8447be3c74f99c629856a2cac1cb45b024b3be4f3c050d7c640b
|
| 3 |
size 2345045224
|
train_config.json
CHANGED
|
@@ -139,7 +139,7 @@
|
|
| 139 |
"private": null,
|
| 140 |
"tags": null,
|
| 141 |
"license": null,
|
| 142 |
-
"pretrained_path":
|
| 143 |
"horizon": 32,
|
| 144 |
"n_action_steps": 24,
|
| 145 |
"normalization_mapping": {
|
|
@@ -186,7 +186,7 @@
|
|
| 186 |
},
|
| 187 |
"output_dir": "outputs/train/diffusion_67",
|
| 188 |
"job_name": "diffusion",
|
| 189 |
-
"resume":
|
| 190 |
"seed": 1000,
|
| 191 |
"num_workers": 8,
|
| 192 |
"batch_size": 32,
|
|
@@ -234,5 +234,5 @@
|
|
| 234 |
"rabc_epsilon": 1e-06,
|
| 235 |
"rabc_head_mode": "sparse",
|
| 236 |
"rename_map": {},
|
| 237 |
-
"checkpoint_path":
|
| 238 |
}
|
|
|
|
| 139 |
"private": null,
|
| 140 |
"tags": null,
|
| 141 |
"license": null,
|
| 142 |
+
"pretrained_path": "/lerobot_alohamini/outputs/train/diffusion_67/checkpoints/last/pretrained_model",
|
| 143 |
"horizon": 32,
|
| 144 |
"n_action_steps": 24,
|
| 145 |
"normalization_mapping": {
|
|
|
|
| 186 |
},
|
| 187 |
"output_dir": "outputs/train/diffusion_67",
|
| 188 |
"job_name": "diffusion",
|
| 189 |
+
"resume": true,
|
| 190 |
"seed": 1000,
|
| 191 |
"num_workers": 8,
|
| 192 |
"batch_size": 32,
|
|
|
|
| 234 |
"rabc_epsilon": 1e-06,
|
| 235 |
"rabc_head_mode": "sparse",
|
| 236 |
"rename_map": {},
|
| 237 |
+
"checkpoint_path": "/lerobot_alohamini/outputs/train/diffusion_67/checkpoints/last"
|
| 238 |
}
|