Upload checkpoint from step 032836
Browse files- config.json +1 -1
- model.safetensors +1 -1
- train_config.json +6 -8
config.json
CHANGED
|
@@ -33,7 +33,7 @@
|
|
| 33 |
"private": null,
|
| 34 |
"tags": null,
|
| 35 |
"license": null,
|
| 36 |
-
"pretrained_path":
|
| 37 |
"horizon": 64,
|
| 38 |
"n_action_steps": 32,
|
| 39 |
"normalization_mapping": {
|
|
|
|
| 33 |
"private": null,
|
| 34 |
"tags": null,
|
| 35 |
"license": null,
|
| 36 |
+
"pretrained_path": "outputs/train/diffusion/checkpoints/last/pretrained_model",
|
| 37 |
"horizon": 64,
|
| 38 |
"n_action_steps": 32,
|
| 39 |
"normalization_mapping": {
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 327664088
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d68417b8d18579898057e6f575d5b3d769915999107b64dbbba44e52169dc83
|
| 3 |
size 327664088
|
train_config.json
CHANGED
|
@@ -125,7 +125,7 @@
|
|
| 125 |
"private": null,
|
| 126 |
"tags": null,
|
| 127 |
"license": null,
|
| 128 |
-
"pretrained_path":
|
| 129 |
"horizon": 64,
|
| 130 |
"n_action_steps": 32,
|
| 131 |
"normalization_mapping": {
|
|
@@ -182,12 +182,12 @@
|
|
| 182 |
},
|
| 183 |
"output_dir": "outputs/train/diffusion",
|
| 184 |
"job_name": "diffusion-v2",
|
| 185 |
-
"resume":
|
| 186 |
"seed": 1000,
|
| 187 |
"cudnn_deterministic": false,
|
| 188 |
-
"num_workers":
|
| 189 |
"batch_size": 64,
|
| 190 |
-
"steps":
|
| 191 |
"eval_freq": 20000,
|
| 192 |
"log_freq": 3,
|
| 193 |
"tolerance_s": 0.0001,
|
|
@@ -231,8 +231,6 @@
|
|
| 231 |
"rabc_kappa": 0.01,
|
| 232 |
"rabc_epsilon": 1e-06,
|
| 233 |
"rabc_head_mode": "sparse",
|
| 234 |
-
"rename_map": {
|
| 235 |
-
|
| 236 |
-
},
|
| 237 |
-
"checkpoint_path": null
|
| 238 |
}
|
|
|
|
| 125 |
"private": null,
|
| 126 |
"tags": null,
|
| 127 |
"license": null,
|
| 128 |
+
"pretrained_path": "outputs/train/diffusion/checkpoints/last/pretrained_model",
|
| 129 |
"horizon": 64,
|
| 130 |
"n_action_steps": 32,
|
| 131 |
"normalization_mapping": {
|
|
|
|
| 182 |
},
|
| 183 |
"output_dir": "outputs/train/diffusion",
|
| 184 |
"job_name": "diffusion-v2",
|
| 185 |
+
"resume": true,
|
| 186 |
"seed": 1000,
|
| 187 |
"cudnn_deterministic": false,
|
| 188 |
+
"num_workers": 12,
|
| 189 |
"batch_size": 64,
|
| 190 |
+
"steps": 65670,
|
| 191 |
"eval_freq": 20000,
|
| 192 |
"log_freq": 3,
|
| 193 |
"tolerance_s": 0.0001,
|
|
|
|
| 231 |
"rabc_kappa": 0.01,
|
| 232 |
"rabc_epsilon": 1e-06,
|
| 233 |
"rabc_head_mode": "sparse",
|
| 234 |
+
"rename_map": {},
|
| 235 |
+
"checkpoint_path": "outputs/train/diffusion/checkpoints/last"
|
|
|
|
|
|
|
| 236 |
}
|