Upload folder using huggingface_hub
Browse files- config.json +2 -2
- model.safetensors +1 -1
- train_config.json +7 -7
config.json
CHANGED
|
@@ -34,13 +34,13 @@
|
|
| 34 |
}
|
| 35 |
},
|
| 36 |
"device": "cuda",
|
| 37 |
-
"use_amp":
|
| 38 |
"push_to_hub": true,
|
| 39 |
"repo_id": "mhered/my_act",
|
| 40 |
"private": null,
|
| 41 |
"tags": null,
|
| 42 |
"license": null,
|
| 43 |
-
"pretrained_path":
|
| 44 |
"chunk_size": 100,
|
| 45 |
"n_action_steps": 100,
|
| 46 |
"normalization_mapping": {
|
|
|
|
| 34 |
}
|
| 35 |
},
|
| 36 |
"device": "cuda",
|
| 37 |
+
"use_amp": true,
|
| 38 |
"push_to_hub": true,
|
| 39 |
"repo_id": "mhered/my_act",
|
| 40 |
"private": null,
|
| 41 |
"tags": null,
|
| 42 |
"license": null,
|
| 43 |
+
"pretrained_path": "mhered/my_act",
|
| 44 |
"chunk_size": 100,
|
| 45 |
"n_action_steps": 100,
|
| 46 |
"normalization_mapping": {
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 206699736
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7da0b9762f4b1fca9562261308bd1ec18d68dc8b855efaf1ae2b33607aa668b2
|
| 3 |
size 206699736
|
train_config.json
CHANGED
|
@@ -102,13 +102,13 @@
|
|
| 102 |
}
|
| 103 |
},
|
| 104 |
"device": "cuda",
|
| 105 |
-
"use_amp":
|
| 106 |
"push_to_hub": true,
|
| 107 |
"repo_id": "mhered/my_act",
|
| 108 |
"private": null,
|
| 109 |
"tags": null,
|
| 110 |
"license": null,
|
| 111 |
-
"pretrained_path":
|
| 112 |
"chunk_size": 100,
|
| 113 |
"n_action_steps": 100,
|
| 114 |
"normalization_mapping": {
|
|
@@ -140,13 +140,13 @@
|
|
| 140 |
"job_name": "act_so100_pato_test",
|
| 141 |
"resume": false,
|
| 142 |
"seed": 1000,
|
| 143 |
-
"num_workers":
|
| 144 |
"batch_size": 8,
|
| 145 |
-
"steps":
|
| 146 |
-
"eval_freq":
|
| 147 |
"log_freq": 200,
|
| 148 |
"save_checkpoint": true,
|
| 149 |
-
"save_freq":
|
| 150 |
"use_policy_training_preset": true,
|
| 151 |
"optimizer": {
|
| 152 |
"type": "adamw",
|
|
@@ -171,7 +171,7 @@
|
|
| 171 |
"project": "lerobot",
|
| 172 |
"entity": null,
|
| 173 |
"notes": null,
|
| 174 |
-
"run_id": "
|
| 175 |
"mode": null
|
| 176 |
}
|
| 177 |
}
|
|
|
|
| 102 |
}
|
| 103 |
},
|
| 104 |
"device": "cuda",
|
| 105 |
+
"use_amp": true,
|
| 106 |
"push_to_hub": true,
|
| 107 |
"repo_id": "mhered/my_act",
|
| 108 |
"private": null,
|
| 109 |
"tags": null,
|
| 110 |
"license": null,
|
| 111 |
+
"pretrained_path": "mhered/my_act",
|
| 112 |
"chunk_size": 100,
|
| 113 |
"n_action_steps": 100,
|
| 114 |
"normalization_mapping": {
|
|
|
|
| 140 |
"job_name": "act_so100_pato_test",
|
| 141 |
"resume": false,
|
| 142 |
"seed": 1000,
|
| 143 |
+
"num_workers": 2,
|
| 144 |
"batch_size": 8,
|
| 145 |
+
"steps": 10000,
|
| 146 |
+
"eval_freq": 5000,
|
| 147 |
"log_freq": 200,
|
| 148 |
"save_checkpoint": true,
|
| 149 |
+
"save_freq": 5000,
|
| 150 |
"use_policy_training_preset": true,
|
| 151 |
"optimizer": {
|
| 152 |
"type": "adamw",
|
|
|
|
| 171 |
"project": "lerobot",
|
| 172 |
"entity": null,
|
| 173 |
"notes": null,
|
| 174 |
+
"run_id": "ystw5jpp",
|
| 175 |
"mode": null
|
| 176 |
}
|
| 177 |
}
|