yingliu-data commited on
Commit
c406b77
·
verified ·
1 Parent(s): ea8456c

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 +8 -8
config.json CHANGED
@@ -44,7 +44,7 @@
44
  "n_action_steps": 100,
45
  "vision_backbone": "resnet18",
46
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
47
- "replace_final_stride_with_dilation": 0,
48
  "pre_norm": false,
49
  "dim_model": 512,
50
  "n_heads": 8,
 
44
  "n_action_steps": 100,
45
  "vision_backbone": "resnet18",
46
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
47
+ "replace_final_stride_with_dilation": false,
48
  "pre_norm": false,
49
  "dim_model": 512,
50
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0c53d74ece78f79c670bc913f13f463412d3c4bbf0206a7b0b7775309ade6fc
3
  size 206701072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f50b044b0faa42486c4a65db507535858e3b653104a86c99d8973d6bb86bdd6
3
  size 206701072
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "yingliu-data/so101_pickpen",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -111,7 +111,7 @@
111
  "n_action_steps": 100,
112
  "vision_backbone": "resnet18",
113
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
114
- "replace_final_stride_with_dilation": 0,
115
  "pre_norm": false,
116
  "dim_model": 512,
117
  "n_heads": 8,
@@ -129,17 +129,17 @@
129
  "optimizer_weight_decay": 0.0001,
130
  "optimizer_lr_backbone": 1e-05
131
  },
132
- "output_dir": "outputs/train/act_so101_pickpen",
133
- "job_name": "act_so101_pickpen",
134
- "resume": true,
135
  "seed": 1000,
136
  "num_workers": 4,
137
  "batch_size": 4,
138
  "steps": 20000,
139
- "eval_freq": 1000,
140
  "log_freq": 200,
141
  "save_checkpoint": true,
142
- "save_freq": 1000,
143
  "use_policy_training_preset": true,
144
  "optimizer": {
145
  "type": "adamw",
@@ -164,7 +164,7 @@
164
  "project": "lerobot",
165
  "entity": null,
166
  "notes": null,
167
- "run_id": "cvl3dwdb",
168
  "mode": null
169
  }
170
  }
 
1
  {
2
  "dataset": {
3
+ "repo_id": "yingliu-data/so101_da_pinchi",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
111
  "n_action_steps": 100,
112
  "vision_backbone": "resnet18",
113
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
114
+ "replace_final_stride_with_dilation": false,
115
  "pre_norm": false,
116
  "dim_model": 512,
117
  "n_heads": 8,
 
129
  "optimizer_weight_decay": 0.0001,
130
  "optimizer_lr_backbone": 1e-05
131
  },
132
+ "output_dir": "outputs/train/act_so101_da_pinchi",
133
+ "job_name": "act_so101_da_pinchi",
134
+ "resume": false,
135
  "seed": 1000,
136
  "num_workers": 4,
137
  "batch_size": 4,
138
  "steps": 20000,
139
+ "eval_freq": 20000,
140
  "log_freq": 200,
141
  "save_checkpoint": true,
142
+ "save_freq": 3000,
143
  "use_policy_training_preset": true,
144
  "optimizer": {
145
  "type": "adamw",
 
164
  "project": "lerobot",
165
  "entity": null,
166
  "notes": null,
167
+ "run_id": "on4r9qqf",
168
  "mode": null
169
  }
170
  }