EGLima commited on
Commit
f1137b9
·
verified ·
1 Parent(s): 0177e0c

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 +5 -5
config.json CHANGED
@@ -34,7 +34,7 @@
34
  "shape": [
35
  3,
36
  480,
37
- 848
38
  ]
39
  }
40
  },
 
34
  "shape": [
35
  3,
36
  480,
37
+ 640
38
  ]
39
  }
40
  },
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cf52dcb562eaa34a4577a9620a97e3396e430c10a51713a777eb73e6cbae31a8
3
  size 206701336
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deb9464163c657a1a46c3bc006cad43a25e0174e1241207bb337a16051431b69
3
  size 206701336
train_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "dataset": {
3
- "repo_id": "EGLima/pen_task_manual",
4
- "root": null,
5
  "episodes": null,
6
  "image_transforms": {
7
  "enable": false,
@@ -101,7 +101,7 @@
101
  "shape": [
102
  3,
103
  480,
104
- 848
105
  ]
106
  }
107
  },
@@ -137,8 +137,8 @@
137
  "optimizer_weight_decay": 0.0001,
138
  "optimizer_lr_backbone": 1e-05
139
  },
140
- "output_dir": "outputs\\train\\act_pen_task_manual",
141
- "job_name": "act_pen_task_manual",
142
  "resume": false,
143
  "seed": 1000,
144
  "num_workers": 4,
 
1
  {
2
  "dataset": {
3
+ "repo_id": "EGLima/pen_task_v3",
4
+ "root": "C:/Users/eric.lima/.cache/huggingface/lerobot",
5
  "episodes": null,
6
  "image_transforms": {
7
  "enable": false,
 
101
  "shape": [
102
  3,
103
  480,
104
+ 640
105
  ]
106
  }
107
  },
 
137
  "optimizer_weight_decay": 0.0001,
138
  "optimizer_lr_backbone": 1e-05
139
  },
140
+ "output_dir": "outputs\\train\\pen_task_v3",
141
+ "job_name": "act_pen_task_v3",
142
  "resume": false,
143
  "seed": 1000,
144
  "num_workers": 4,