Robotics
LeRobot
Safetensors
act
yoaa commited on
Commit
0e3ff1a
·
verified ·
1 Parent(s): 14baad9

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +2 -2
  3. model.safetensors +1 -1
  4. train_config.json +6 -6
README.md CHANGED
@@ -6,8 +6,8 @@ model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
  - robotics
9
- - lerobot
10
  - act
 
11
  ---
12
 
13
  # Model Card for act
 
6
  pipeline_tag: robotics
7
  tags:
8
  - robotics
 
9
  - act
10
+ - lerobot
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -40,7 +40,7 @@
40
  "private": null,
41
  "tags": null,
42
  "license": null,
43
- "pretrained_path": null,
44
  "chunk_size": 100,
45
  "n_action_steps": 100,
46
  "normalization_mapping": {
@@ -50,7 +50,7 @@
50
  },
51
  "vision_backbone": "resnet18",
52
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
53
- "replace_final_stride_with_dilation": false,
54
  "pre_norm": false,
55
  "dim_model": 512,
56
  "n_heads": 8,
 
40
  "private": null,
41
  "tags": null,
42
  "license": null,
43
+ "pretrained_path": "drive/MyDrive/outputs/train2/checkpoints/last/pretrained_model",
44
  "chunk_size": 100,
45
  "n_action_steps": 100,
46
  "normalization_mapping": {
 
50
  },
51
  "vision_backbone": "resnet18",
52
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
53
+ "replace_final_stride_with_dilation": 0,
54
  "pre_norm": false,
55
  "dim_model": 512,
56
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:27eab57551bf3e11dd64caa1d2c75b544887328a9da31d54a2fd36e4921d2ad6
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d51740ca445fce60f6281673ceabaa63c8d7d9243b332faa055e8cf2fd9e4de
3
  size 206699736
train_config.json CHANGED
@@ -108,7 +108,7 @@
108
  "private": null,
109
  "tags": null,
110
  "license": null,
111
- "pretrained_path": null,
112
  "chunk_size": 100,
113
  "n_action_steps": 100,
114
  "normalization_mapping": {
@@ -118,7 +118,7 @@
118
  },
119
  "vision_backbone": "resnet18",
120
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
121
- "replace_final_stride_with_dilation": false,
122
  "pre_norm": false,
123
  "dim_model": 512,
124
  "n_heads": 8,
@@ -138,15 +138,15 @@
138
  },
139
  "output_dir": "drive/MyDrive/outputs/train2",
140
  "job_name": "colab_act",
141
- "resume": false,
142
  "seed": 1000,
143
  "num_workers": 4,
144
  "batch_size": 8,
145
- "steps": 1000,
146
- "eval_freq": 20000,
147
  "log_freq": 200,
148
  "save_checkpoint": true,
149
- "save_freq": 20000,
150
  "use_policy_training_preset": true,
151
  "optimizer": {
152
  "type": "adamw",
 
108
  "private": null,
109
  "tags": null,
110
  "license": null,
111
+ "pretrained_path": "drive/MyDrive/outputs/train2/checkpoints/last/pretrained_model",
112
  "chunk_size": 100,
113
  "n_action_steps": 100,
114
  "normalization_mapping": {
 
118
  },
119
  "vision_backbone": "resnet18",
120
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
121
+ "replace_final_stride_with_dilation": 0,
122
  "pre_norm": false,
123
  "dim_model": 512,
124
  "n_heads": 8,
 
138
  },
139
  "output_dir": "drive/MyDrive/outputs/train2",
140
  "job_name": "colab_act",
141
+ "resume": true,
142
  "seed": 1000,
143
  "num_workers": 4,
144
  "batch_size": 8,
145
+ "steps": 100000,
146
+ "eval_freq": 1000,
147
  "log_freq": 200,
148
  "save_checkpoint": true,
149
+ "save_freq": 1000,
150
  "use_policy_training_preset": true,
151
  "optimizer": {
152
  "type": "adamw",