Robotics
LeRobot
Safetensors
act
lepao commited on
Commit
2035b3e
·
verified ·
1 Parent(s): ac1d0ed

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +2 -2
  2. model.safetensors +1 -1
  3. train_config.json +4 -4
config.json CHANGED
@@ -41,7 +41,7 @@
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
- "pretrained_path": null,
45
  "chunk_size": 100,
46
  "n_action_steps": 100,
47
  "normalization_mapping": {
@@ -51,7 +51,7 @@
51
  },
52
  "vision_backbone": "resnet18",
53
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
54
- "replace_final_stride_with_dilation": false,
55
  "pre_norm": false,
56
  "dim_model": 512,
57
  "n_heads": 8,
 
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
+ "pretrained_path": "outputs/train/act_so101_test/checkpoints/last/pretrained_model",
45
  "chunk_size": 100,
46
  "n_action_steps": 100,
47
  "normalization_mapping": {
 
51
  },
52
  "vision_backbone": "resnet18",
53
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
54
+ "replace_final_stride_with_dilation": 0,
55
  "pre_norm": false,
56
  "dim_model": 512,
57
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a9de988d6492d92bcdc2cc498cff636b5a1b62e58b0c16fd1735130bfe2ff28
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c889955eaed6d2a0afa86fb492a277ea6d8c4b7a32b5e7cbc5993b0b036f379
3
  size 206699736
train_config.json CHANGED
@@ -123,7 +123,7 @@
123
  "private": null,
124
  "tags": null,
125
  "license": null,
126
- "pretrained_path": null,
127
  "chunk_size": 100,
128
  "n_action_steps": 100,
129
  "normalization_mapping": {
@@ -133,7 +133,7 @@
133
  },
134
  "vision_backbone": "resnet18",
135
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
136
- "replace_final_stride_with_dilation": false,
137
  "pre_norm": false,
138
  "dim_model": 512,
139
  "n_heads": 8,
@@ -153,7 +153,7 @@
153
  },
154
  "output_dir": "outputs/train/act_so101_test",
155
  "job_name": "act_so101_test",
156
- "resume": false,
157
  "seed": 1000,
158
  "num_workers": 4,
159
  "batch_size": 128,
@@ -197,5 +197,5 @@
197
  "rabc_epsilon": 1e-06,
198
  "rabc_head_mode": "sparse",
199
  "rename_map": {},
200
- "checkpoint_path": null
201
  }
 
123
  "private": null,
124
  "tags": null,
125
  "license": null,
126
+ "pretrained_path": "outputs/train/act_so101_test/checkpoints/last/pretrained_model",
127
  "chunk_size": 100,
128
  "n_action_steps": 100,
129
  "normalization_mapping": {
 
133
  },
134
  "vision_backbone": "resnet18",
135
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
136
+ "replace_final_stride_with_dilation": 0,
137
  "pre_norm": false,
138
  "dim_model": 512,
139
  "n_heads": 8,
 
153
  },
154
  "output_dir": "outputs/train/act_so101_test",
155
  "job_name": "act_so101_test",
156
+ "resume": true,
157
  "seed": 1000,
158
  "num_workers": 4,
159
  "batch_size": 128,
 
197
  "rabc_epsilon": 1e-06,
198
  "rabc_head_mode": "sparse",
199
  "rename_map": {},
200
+ "checkpoint_path": "outputs/train/act_so101_test/checkpoints/last"
201
  }