Upload checkpoint from step 065670
Browse files- config.json +1 -1
- model.safetensors +1 -1
- train_config.json +5 -7
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_no_aug/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:d30813c7a39af3018037020774deced715fe41222fc205a8b637012d61087c8f
|
| 3 |
size 327664088
|
train_config.json
CHANGED
|
@@ -115,7 +115,7 @@
|
|
| 115 |
"private": null,
|
| 116 |
"tags": null,
|
| 117 |
"license": null,
|
| 118 |
-
"pretrained_path":
|
| 119 |
"horizon": 64,
|
| 120 |
"n_action_steps": 32,
|
| 121 |
"normalization_mapping": {
|
|
@@ -172,12 +172,12 @@
|
|
| 172 |
},
|
| 173 |
"output_dir": "outputs/train/diffusion_no_aug",
|
| 174 |
"job_name": "diffusion-v2-no-aug",
|
| 175 |
-
"resume":
|
| 176 |
"seed": 1000,
|
| 177 |
"cudnn_deterministic": false,
|
| 178 |
"num_workers": 8,
|
| 179 |
"batch_size": 64,
|
| 180 |
-
"steps":
|
| 181 |
"eval_freq": 20000,
|
| 182 |
"log_freq": 3,
|
| 183 |
"tolerance_s": 0.0001,
|
|
@@ -221,8 +221,6 @@
|
|
| 221 |
"rabc_kappa": 0.01,
|
| 222 |
"rabc_epsilon": 1e-06,
|
| 223 |
"rabc_head_mode": "sparse",
|
| 224 |
-
"rename_map": {
|
| 225 |
-
|
| 226 |
-
},
|
| 227 |
-
"checkpoint_path": null
|
| 228 |
}
|
|
|
|
| 115 |
"private": null,
|
| 116 |
"tags": null,
|
| 117 |
"license": null,
|
| 118 |
+
"pretrained_path": "outputs/train/diffusion_no_aug/checkpoints/last/pretrained_model",
|
| 119 |
"horizon": 64,
|
| 120 |
"n_action_steps": 32,
|
| 121 |
"normalization_mapping": {
|
|
|
|
| 172 |
},
|
| 173 |
"output_dir": "outputs/train/diffusion_no_aug",
|
| 174 |
"job_name": "diffusion-v2-no-aug",
|
| 175 |
+
"resume": true,
|
| 176 |
"seed": 1000,
|
| 177 |
"cudnn_deterministic": false,
|
| 178 |
"num_workers": 8,
|
| 179 |
"batch_size": 64,
|
| 180 |
+
"steps": 65670,
|
| 181 |
"eval_freq": 20000,
|
| 182 |
"log_freq": 3,
|
| 183 |
"tolerance_s": 0.0001,
|
|
|
|
| 221 |
"rabc_kappa": 0.01,
|
| 222 |
"rabc_epsilon": 1e-06,
|
| 223 |
"rabc_head_mode": "sparse",
|
| 224 |
+
"rename_map": {},
|
| 225 |
+
"checkpoint_path": "outputs/train/diffusion_no_aug/checkpoints/last"
|
|
|
|
|
|
|
| 226 |
}
|