Instructions to use open-cloth/diffusion-cloth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use open-cloth/diffusion-cloth with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload policy weights, train config and readme
Browse files- README.md +1 -1
- model.safetensors +1 -1
- train_config.json +4 -4
README.md
CHANGED
|
@@ -5,9 +5,9 @@ license: apache-2.0
|
|
| 5 |
model_name: diffusion
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
-
- lerobot
|
| 9 |
- robotics
|
| 10 |
- diffusion
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for diffusion
|
|
|
|
| 5 |
model_name: diffusion
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
|
|
|
| 8 |
- robotics
|
| 9 |
- diffusion
|
| 10 |
+
- lerobot
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for diffusion
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 312295392
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45f7ff53af58575adf4dfe09d27c2035a0a5284ae9d2c1c79a4ffe55912fe16e
|
| 3 |
size 312295392
|
train_config.json
CHANGED
|
@@ -175,14 +175,14 @@
|
|
| 175 |
"resume": false,
|
| 176 |
"seed": 1000,
|
| 177 |
"cudnn_deterministic": false,
|
| 178 |
-
"num_workers":
|
| 179 |
"batch_size": 64,
|
| 180 |
-
"steps":
|
| 181 |
"eval_freq": 20000,
|
| 182 |
"log_freq": 3,
|
| 183 |
"tolerance_s": 0.0001,
|
| 184 |
"save_checkpoint": true,
|
| 185 |
-
"save_freq":
|
| 186 |
"use_policy_training_preset": true,
|
| 187 |
"optimizer": {
|
| 188 |
"type": "adam",
|
|
@@ -211,7 +211,7 @@
|
|
| 211 |
"project": "open-cloth",
|
| 212 |
"entity": null,
|
| 213 |
"notes": null,
|
| 214 |
-
"run_id": "
|
| 215 |
"mode": null,
|
| 216 |
"add_tags": true
|
| 217 |
},
|
|
|
|
| 175 |
"resume": false,
|
| 176 |
"seed": 1000,
|
| 177 |
"cudnn_deterministic": false,
|
| 178 |
+
"num_workers": 12,
|
| 179 |
"batch_size": 64,
|
| 180 |
+
"steps": 98505,
|
| 181 |
"eval_freq": 20000,
|
| 182 |
"log_freq": 3,
|
| 183 |
"tolerance_s": 0.0001,
|
| 184 |
"save_checkpoint": true,
|
| 185 |
+
"save_freq": 8209,
|
| 186 |
"use_policy_training_preset": true,
|
| 187 |
"optimizer": {
|
| 188 |
"type": "adam",
|
|
|
|
| 211 |
"project": "open-cloth",
|
| 212 |
"entity": null,
|
| 213 |
"notes": null,
|
| 214 |
+
"run_id": "h1gajqhp",
|
| 215 |
"mode": null,
|
| 216 |
"add_tags": true
|
| 217 |
},
|