Robotics
LeRobot
Safetensors
diffusion
wiscohumanoids commited on
Commit
57ec0d5
·
verified ·
1 Parent(s): d8a2011

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. model.safetensors +1 -1
  3. train_config.json +3 -3
config.json CHANGED
@@ -57,7 +57,7 @@
57
  "private": null,
58
  "tags": null,
59
  "license": null,
60
- "pretrained_path": null,
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:b2a4a2f96f8a71b7eac30539675d61a23dc52b72aff4c01ee1c127e92bb82f06
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": null,
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": false,
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": null
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
  }