lumal commited on
Commit
93d4d80
·
verified ·
1 Parent(s): d528b95

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. model.safetensors +2 -2
  3. train_config.json +4 -4
config.json CHANGED
@@ -13,7 +13,7 @@
13
  6
14
  ]
15
  },
16
- "observation.images.front": {
17
  "type": "VISUAL",
18
  "shape": [
19
  3,
 
13
  6
14
  ]
15
  },
16
+ "observation.images.front.left": {
17
  "type": "VISUAL",
18
  "shape": [
19
  3,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2340664b0054943e19a6413f39d17211ceb2f0d2912024b602215082a548d36
3
- size 206701080
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7068aa4bbd11dfdf7c8b36cb4c72056a0e972bffa1d7018a89753e9e9942fa80
3
+ size 206701088
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "lumal/lego_block",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -80,7 +80,7 @@
80
  6
81
  ]
82
  },
83
- "observation.images.front": {
84
  "type": "VISUAL",
85
  "shape": [
86
  3,
@@ -129,8 +129,8 @@
129
  "optimizer_weight_decay": 0.0001,
130
  "optimizer_lr_backbone": 1e-05
131
  },
132
- "output_dir": "outputs\\train\\act_lego_block",
133
- "job_name": "act_lego_block",
134
  "resume": false,
135
  "seed": 1000,
136
  "num_workers": 4,
 
1
  {
2
  "dataset": {
3
+ "repo_id": "lumal/fixed_cam_lego_block",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
80
  6
81
  ]
82
  },
83
+ "observation.images.front.left": {
84
  "type": "VISUAL",
85
  "shape": [
86
  3,
 
129
  "optimizer_weight_decay": 0.0001,
130
  "optimizer_lr_backbone": 1e-05
131
  },
132
+ "output_dir": "outputs\\train\\act_fixed_cam_lego_block",
133
+ "job_name": "act_fixed_cam_lego_block",
134
  "resume": false,
135
  "seed": 1000,
136
  "num_workers": 4,