Instructions to use giacomoran/so101_cube_dm_act_smooth_p4f2_0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use giacomoran/so101_cube_dm_act_smooth_p4f2_0 with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload policy weights, train config and readme
Browse files- config.json +2 -2
- model.safetensors +1 -1
- train_config.json +6 -6
config.json
CHANGED
|
@@ -27,7 +27,7 @@
|
|
| 27 |
"private": null,
|
| 28 |
"tags": null,
|
| 29 |
"license": null,
|
| 30 |
-
"pretrained_path":
|
| 31 |
"chunk_size": 30,
|
| 32 |
"n_action_steps": 30,
|
| 33 |
"length_prefix_past": 4,
|
|
@@ -40,7 +40,7 @@
|
|
| 40 |
},
|
| 41 |
"vision_backbone": "resnet18",
|
| 42 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 43 |
-
"replace_final_stride_with_dilation":
|
| 44 |
"pre_norm": false,
|
| 45 |
"dim_model": 512,
|
| 46 |
"n_heads": 8,
|
|
|
|
| 27 |
"private": null,
|
| 28 |
"tags": null,
|
| 29 |
"license": null,
|
| 30 |
+
"pretrained_path": "/workspace/so101_cube_dm_act_smooth_p4f2/checkpoints/030000/pretrained_model",
|
| 31 |
"chunk_size": 30,
|
| 32 |
"n_action_steps": 30,
|
| 33 |
"length_prefix_past": 4,
|
|
|
|
| 40 |
},
|
| 41 |
"vision_backbone": "resnet18",
|
| 42 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 43 |
+
"replace_final_stride_with_dilation": 0,
|
| 44 |
"pre_norm": false,
|
| 45 |
"dim_model": 512,
|
| 46 |
"n_heads": 8,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 136861032
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:778da8df9dea8440ff96e333b5d28af9a55ac30ea7c9888be23bb0c8cc896e57
|
| 3 |
size 136861032
|
train_config.json
CHANGED
|
@@ -109,7 +109,7 @@
|
|
| 109 |
"private": null,
|
| 110 |
"tags": null,
|
| 111 |
"license": null,
|
| 112 |
-
"pretrained_path":
|
| 113 |
"chunk_size": 30,
|
| 114 |
"n_action_steps": 30,
|
| 115 |
"length_prefix_past": 4,
|
|
@@ -122,7 +122,7 @@
|
|
| 122 |
},
|
| 123 |
"vision_backbone": "resnet18",
|
| 124 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 125 |
-
"replace_final_stride_with_dilation":
|
| 126 |
"pre_norm": false,
|
| 127 |
"dim_model": 512,
|
| 128 |
"n_heads": 8,
|
|
@@ -141,17 +141,17 @@
|
|
| 141 |
},
|
| 142 |
"output_dir": "/workspace/so101_cube_dm_act_smooth_p4f2",
|
| 143 |
"job_name": "act_smooth",
|
| 144 |
-
"resume":
|
| 145 |
"seed": 1000,
|
| 146 |
"cudnn_deterministic": false,
|
| 147 |
"num_workers": 8,
|
| 148 |
"batch_size": 32,
|
| 149 |
-
"steps":
|
| 150 |
"eval_freq": 20000,
|
| 151 |
"log_freq": 200,
|
| 152 |
"tolerance_s": 0.0001,
|
| 153 |
"save_checkpoint": true,
|
| 154 |
-
"save_freq":
|
| 155 |
"use_policy_training_preset": true,
|
| 156 |
"optimizer": {
|
| 157 |
"type": "adamw",
|
|
@@ -186,5 +186,5 @@
|
|
| 186 |
"rabc_epsilon": 1e-06,
|
| 187 |
"rabc_head_mode": "sparse",
|
| 188 |
"rename_map": {},
|
| 189 |
-
"checkpoint_path":
|
| 190 |
}
|
|
|
|
| 109 |
"private": null,
|
| 110 |
"tags": null,
|
| 111 |
"license": null,
|
| 112 |
+
"pretrained_path": "/workspace/so101_cube_dm_act_smooth_p4f2/checkpoints/030000/pretrained_model",
|
| 113 |
"chunk_size": 30,
|
| 114 |
"n_action_steps": 30,
|
| 115 |
"length_prefix_past": 4,
|
|
|
|
| 122 |
},
|
| 123 |
"vision_backbone": "resnet18",
|
| 124 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 125 |
+
"replace_final_stride_with_dilation": 0,
|
| 126 |
"pre_norm": false,
|
| 127 |
"dim_model": 512,
|
| 128 |
"n_heads": 8,
|
|
|
|
| 141 |
},
|
| 142 |
"output_dir": "/workspace/so101_cube_dm_act_smooth_p4f2",
|
| 143 |
"job_name": "act_smooth",
|
| 144 |
+
"resume": true,
|
| 145 |
"seed": 1000,
|
| 146 |
"cudnn_deterministic": false,
|
| 147 |
"num_workers": 8,
|
| 148 |
"batch_size": 32,
|
| 149 |
+
"steps": 30003,
|
| 150 |
"eval_freq": 20000,
|
| 151 |
"log_freq": 200,
|
| 152 |
"tolerance_s": 0.0001,
|
| 153 |
"save_checkpoint": true,
|
| 154 |
+
"save_freq": 1,
|
| 155 |
"use_policy_training_preset": true,
|
| 156 |
"optimizer": {
|
| 157 |
"type": "adamw",
|
|
|
|
| 186 |
"rabc_epsilon": 1e-06,
|
| 187 |
"rabc_head_mode": "sparse",
|
| 188 |
"rename_map": {},
|
| 189 |
+
"checkpoint_path": "/workspace/so101_cube_dm_act_smooth_p4f2/checkpoints/030000"
|
| 190 |
}
|