Upload policy weights, train config and readme
Browse files- config.json +2 -1
- model.safetensors +2 -2
- train_config.json +4 -3
config.json
CHANGED
|
@@ -64,7 +64,7 @@
|
|
| 64 |
},
|
| 65 |
"vision_backbone": "resnet18",
|
| 66 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 67 |
-
"pretrained_fact_path": "/home/dayuan/nas/models/
|
| 68 |
"dim_model": 512,
|
| 69 |
"feedforward_activation": "relu",
|
| 70 |
"class_nums": [
|
|
@@ -83,6 +83,7 @@
|
|
| 83 |
"pred_topk": 1,
|
| 84 |
"wrench_dim": 12,
|
| 85 |
"phase_num": 11,
|
|
|
|
| 86 |
"dropout": 0.1,
|
| 87 |
"optimizer_lr": 0.0001,
|
| 88 |
"optimizer_weight_decay": 1e-06,
|
|
|
|
| 64 |
},
|
| 65 |
"vision_backbone": "resnet18",
|
| 66 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 67 |
+
"pretrained_fact_path": "/home/dayuan/nas/models/fact_flatten_exp_mixed/checkpoints/500000/pretrained_model",
|
| 68 |
"dim_model": 512,
|
| 69 |
"feedforward_activation": "relu",
|
| 70 |
"class_nums": [
|
|
|
|
| 83 |
"pred_topk": 1,
|
| 84 |
"wrench_dim": 12,
|
| 85 |
"phase_num": 11,
|
| 86 |
+
"main_task_num": 2,
|
| 87 |
"dropout": 0.1,
|
| 88 |
"optimizer_lr": 0.0001,
|
| 89 |
"optimizer_weight_decay": 1e-06,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:859a03bc088bcb0c0e8155acff3b6a74bec61c54a6a9298efd6f2171e46aeee0
|
| 3 |
+
size 53240952
|
train_config.json
CHANGED
|
@@ -146,7 +146,7 @@
|
|
| 146 |
},
|
| 147 |
"vision_backbone": "resnet18",
|
| 148 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 149 |
-
"pretrained_fact_path": "/home/dayuan/nas/models/
|
| 150 |
"dim_model": 512,
|
| 151 |
"feedforward_activation": "relu",
|
| 152 |
"class_nums": [
|
|
@@ -165,6 +165,7 @@
|
|
| 165 |
"pred_topk": 1,
|
| 166 |
"wrench_dim": 12,
|
| 167 |
"phase_num": 11,
|
|
|
|
| 168 |
"dropout": 0.1,
|
| 169 |
"optimizer_lr": 0.0001,
|
| 170 |
"optimizer_weight_decay": 1e-06,
|
|
@@ -177,7 +178,7 @@
|
|
| 177 |
"scheduler_name": "cosine",
|
| 178 |
"scheduler_warmup_steps": 500
|
| 179 |
},
|
| 180 |
-
"output_dir": "/home/dayuan/nas/models/
|
| 181 |
"job_name": "fact_phase",
|
| 182 |
"resume": false,
|
| 183 |
"seed": 1000,
|
|
@@ -216,7 +217,7 @@
|
|
| 216 |
"project": "lerobot",
|
| 217 |
"entity": null,
|
| 218 |
"notes": null,
|
| 219 |
-
"run_id": "
|
| 220 |
"mode": null
|
| 221 |
},
|
| 222 |
"checkpoint_path": null,
|
|
|
|
| 146 |
},
|
| 147 |
"vision_backbone": "resnet18",
|
| 148 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 149 |
+
"pretrained_fact_path": "/home/dayuan/nas/models/fact_flatten_exp_mixed/checkpoints/500000/pretrained_model",
|
| 150 |
"dim_model": 512,
|
| 151 |
"feedforward_activation": "relu",
|
| 152 |
"class_nums": [
|
|
|
|
| 165 |
"pred_topk": 1,
|
| 166 |
"wrench_dim": 12,
|
| 167 |
"phase_num": 11,
|
| 168 |
+
"main_task_num": 2,
|
| 169 |
"dropout": 0.1,
|
| 170 |
"optimizer_lr": 0.0001,
|
| 171 |
"optimizer_weight_decay": 1e-06,
|
|
|
|
| 178 |
"scheduler_name": "cosine",
|
| 179 |
"scheduler_warmup_steps": 500
|
| 180 |
},
|
| 181 |
+
"output_dir": "/home/dayuan/nas/models/fact_phase_main",
|
| 182 |
"job_name": "fact_phase",
|
| 183 |
"resume": false,
|
| 184 |
"seed": 1000,
|
|
|
|
| 217 |
"project": "lerobot",
|
| 218 |
"entity": null,
|
| 219 |
"notes": null,
|
| 220 |
+
"run_id": "jl3u57gf",
|
| 221 |
"mode": null
|
| 222 |
},
|
| 223 |
"checkpoint_path": null,
|