samithva commited on
Commit
f385e11
·
verified ·
1 Parent(s): 2a01a06

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +4 -4
  2. model.safetensors +3 -0
  3. train_config.json +14 -21
config.json CHANGED
@@ -43,13 +43,13 @@
43
  },
44
  "device": "cuda",
45
  "use_amp": false,
46
- "use_peft": true,
47
  "push_to_hub": true,
48
  "repo_id": "samithva/pi05_stack_cups_3cams",
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
- "pretrained_path": "/data/wanshan/workspace/VLA/lerobot/checkpoints/lerobot--pi05-base",
53
  "pretrained_revision": null,
54
  "paligemma_variant": "gemma_2b",
55
  "action_expert_variant": "gemma_300m",
@@ -90,8 +90,8 @@
90
  "STATE": "QUANTILES",
91
  "ACTION": "QUANTILES"
92
  },
93
- "gradient_checkpointing": false,
94
- "compile_model": false,
95
  "compile_mode": "max-autotune",
96
  "freeze_vision_encoder": false,
97
  "train_expert_only": false,
 
43
  },
44
  "device": "cuda",
45
  "use_amp": false,
46
+ "use_peft": false,
47
  "push_to_hub": true,
48
  "repo_id": "samithva/pi05_stack_cups_3cams",
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
+ "pretrained_path": "/data4/wanshan/workspace/lerobot/checkpoints/lerobot--pi05-base",
53
  "pretrained_revision": null,
54
  "paligemma_variant": "gemma_2b",
55
  "action_expert_variant": "gemma_300m",
 
90
  "STATE": "QUANTILES",
91
  "ACTION": "QUANTILES"
92
  },
93
+ "gradient_checkpointing": true,
94
+ "compile_model": true,
95
  "compile_mode": "max-autotune",
96
  "freeze_vision_encoder": false,
97
  "train_expert_only": false,
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:312b26556f100d68fd57ae6bfd3b6da8203c6d43a4e6185ff7e007f58f0e4708
3
+ size 9354050752
train_config.json CHANGED
@@ -77,11 +77,11 @@
77
  },
78
  "revision": null,
79
  "use_imagenet_stats": true,
80
- "video_backend": "torchcodec",
81
  "return_uint8": false,
82
  "depth_output_unit": "mm",
83
  "streaming": false,
84
- "eval_split": 0.0
85
  },
86
  "env": null,
87
  "policy": {
@@ -129,13 +129,13 @@
129
  },
130
  "device": "cuda",
131
  "use_amp": false,
132
- "use_peft": true,
133
  "push_to_hub": true,
134
  "repo_id": "samithva/pi05_stack_cups_3cams",
135
  "private": null,
136
  "tags": null,
137
  "license": null,
138
- "pretrained_path": "/data/wanshan/workspace/VLA/lerobot/checkpoints/lerobot--pi05-base",
139
  "pretrained_revision": null,
140
  "paligemma_variant": "gemma_2b",
141
  "action_expert_variant": "gemma_300m",
@@ -176,8 +176,8 @@
176
  "STATE": "QUANTILES",
177
  "ACTION": "QUANTILES"
178
  },
179
- "gradient_checkpointing": false,
180
- "compile_model": false,
181
  "compile_mode": "max-autotune",
182
  "freeze_vision_encoder": false,
183
  "train_expert_only": false,
@@ -194,24 +194,24 @@
194
  "scheduler_decay_lr": 2.5e-06
195
  },
196
  "reward_model": null,
197
- "output_dir": "/data/wanshan/workspace/VLA/lerobot/outputs/train/pi05_stack_cups_3cams",
198
  "job_name": "pi05_stack_cups_3cams",
199
  "resume": false,
200
  "seed": 1000,
201
  "cudnn_deterministic": false,
202
- "num_workers": 5,
203
  "batch_size": 8,
204
  "prefetch_factor": 4,
205
  "persistent_workers": true,
206
  "dataloader_multiprocessing_context": "spawn",
207
- "steps": 30000,
208
  "env_eval_freq": 20000,
209
- "log_freq": 50,
210
- "eval_steps": 0,
211
  "max_eval_samples": 0,
212
  "tolerance_s": 0.0001,
213
  "save_checkpoint": true,
214
- "save_freq": 2000,
215
  "use_policy_training_preset": true,
216
  "optimizer": {
217
  "type": "adamw",
@@ -245,18 +245,11 @@
245
  "project": "lerobot",
246
  "entity": null,
247
  "notes": null,
248
- "run_id": "zozp7zg9",
249
  "mode": null,
250
  "add_tags": true
251
  },
252
- "peft": {
253
- "target_modules": null,
254
- "full_training_modules": null,
255
- "method_type": "LORA",
256
- "init_type": null,
257
- "r": 32,
258
- "lora_alpha": 64
259
- },
260
  "job": {
261
  "target": null,
262
  "image": "huggingface/lerobot-gpu:latest",
 
77
  },
78
  "revision": null,
79
  "use_imagenet_stats": true,
80
+ "video_backend": "pyav",
81
  "return_uint8": false,
82
  "depth_output_unit": "mm",
83
  "streaming": false,
84
+ "eval_split": 0.05
85
  },
86
  "env": null,
87
  "policy": {
 
129
  },
130
  "device": "cuda",
131
  "use_amp": false,
132
+ "use_peft": false,
133
  "push_to_hub": true,
134
  "repo_id": "samithva/pi05_stack_cups_3cams",
135
  "private": null,
136
  "tags": null,
137
  "license": null,
138
+ "pretrained_path": "/data4/wanshan/workspace/lerobot/checkpoints/lerobot--pi05-base",
139
  "pretrained_revision": null,
140
  "paligemma_variant": "gemma_2b",
141
  "action_expert_variant": "gemma_300m",
 
176
  "STATE": "QUANTILES",
177
  "ACTION": "QUANTILES"
178
  },
179
+ "gradient_checkpointing": true,
180
+ "compile_model": true,
181
  "compile_mode": "max-autotune",
182
  "freeze_vision_encoder": false,
183
  "train_expert_only": false,
 
194
  "scheduler_decay_lr": 2.5e-06
195
  },
196
  "reward_model": null,
197
+ "output_dir": "/data4/wanshan/workspace/lerobot/outputs/train/pi05_stack_cups_3cams",
198
  "job_name": "pi05_stack_cups_3cams",
199
  "resume": false,
200
  "seed": 1000,
201
  "cudnn_deterministic": false,
202
+ "num_workers": 8,
203
  "batch_size": 8,
204
  "prefetch_factor": 4,
205
  "persistent_workers": true,
206
  "dataloader_multiprocessing_context": "spawn",
207
+ "steps": 5000,
208
  "env_eval_freq": 20000,
209
+ "log_freq": 10,
210
+ "eval_steps": 200,
211
  "max_eval_samples": 0,
212
  "tolerance_s": 0.0001,
213
  "save_checkpoint": true,
214
+ "save_freq": 200,
215
  "use_policy_training_preset": true,
216
  "optimizer": {
217
  "type": "adamw",
 
245
  "project": "lerobot",
246
  "entity": null,
247
  "notes": null,
248
+ "run_id": "ioc7s007",
249
  "mode": null,
250
  "add_tags": true
251
  },
252
+ "peft": null,
 
 
 
 
 
 
 
253
  "job": {
254
  "target": null,
255
  "image": "huggingface/lerobot-gpu:latest",