Upload policy weights, train config and readme
Browse files- config.json +1 -1
- model.safetensors +1 -1
- train_config.json +4 -4
config.json
CHANGED
|
@@ -33,7 +33,7 @@
|
|
| 33 |
"private": null,
|
| 34 |
"tags": null,
|
| 35 |
"license": null,
|
| 36 |
-
"pretrained_path":
|
| 37 |
"time_between_frames": 50,
|
| 38 |
"lag_offset": 3,
|
| 39 |
"image_size": [
|
|
|
|
| 33 |
"private": null,
|
| 34 |
"tags": null,
|
| 35 |
"license": null,
|
| 36 |
+
"pretrained_path": "outputs/train/wam_aloha_decode_test/checkpoints/last/pretrained_model",
|
| 37 |
"time_between_frames": 50,
|
| 38 |
"lag_offset": 3,
|
| 39 |
"image_size": [
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 373220428
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:716f733ea97657b1c392ee659813f3af3bc02715bde34f277df4e97a4ebc2928
|
| 3 |
size 373220428
|
train_config.json
CHANGED
|
@@ -154,7 +154,7 @@
|
|
| 154 |
"private": null,
|
| 155 |
"tags": null,
|
| 156 |
"license": null,
|
| 157 |
-
"pretrained_path":
|
| 158 |
"time_between_frames": 50,
|
| 159 |
"lag_offset": 3,
|
| 160 |
"image_size": [
|
|
@@ -194,12 +194,12 @@
|
|
| 194 |
},
|
| 195 |
"output_dir": "outputs/train/wam_aloha_decode_test",
|
| 196 |
"job_name": "aloha_wam",
|
| 197 |
-
"resume":
|
| 198 |
"seed": 1000,
|
| 199 |
"cudnn_deterministic": false,
|
| 200 |
"num_workers": 4,
|
| 201 |
"batch_size": 8,
|
| 202 |
-
"steps":
|
| 203 |
"eval_freq": 2000,
|
| 204 |
"log_freq": 200,
|
| 205 |
"tolerance_s": 0.0001,
|
|
@@ -246,5 +246,5 @@
|
|
| 246 |
"rabc_epsilon": 1e-06,
|
| 247 |
"rabc_head_mode": "sparse",
|
| 248 |
"rename_map": {},
|
| 249 |
-
"checkpoint_path":
|
| 250 |
}
|
|
|
|
| 154 |
"private": null,
|
| 155 |
"tags": null,
|
| 156 |
"license": null,
|
| 157 |
+
"pretrained_path": "outputs/train/wam_aloha_decode_test/checkpoints/last/pretrained_model",
|
| 158 |
"time_between_frames": 50,
|
| 159 |
"lag_offset": 3,
|
| 160 |
"image_size": [
|
|
|
|
| 194 |
},
|
| 195 |
"output_dir": "outputs/train/wam_aloha_decode_test",
|
| 196 |
"job_name": "aloha_wam",
|
| 197 |
+
"resume": true,
|
| 198 |
"seed": 1000,
|
| 199 |
"cudnn_deterministic": false,
|
| 200 |
"num_workers": 4,
|
| 201 |
"batch_size": 8,
|
| 202 |
+
"steps": 16000,
|
| 203 |
"eval_freq": 2000,
|
| 204 |
"log_freq": 200,
|
| 205 |
"tolerance_s": 0.0001,
|
|
|
|
| 246 |
"rabc_epsilon": 1e-06,
|
| 247 |
"rabc_head_mode": "sparse",
|
| 248 |
"rename_map": {},
|
| 249 |
+
"checkpoint_path": "outputs/train/wam_aloha_decode_test/checkpoints/last"
|
| 250 |
}
|