Upload policy weights, train config and readme
Browse files- config.json +2 -2
- train_config.json +3 -3
config.json
CHANGED
|
@@ -48,7 +48,7 @@
|
|
| 48 |
"private": null,
|
| 49 |
"tags": null,
|
| 50 |
"license": null,
|
| 51 |
-
"pretrained_path":
|
| 52 |
"chunk_size": 100,
|
| 53 |
"n_action_steps": 100,
|
| 54 |
"normalization_mapping": {
|
|
@@ -58,7 +58,7 @@
|
|
| 58 |
},
|
| 59 |
"vision_backbone": "resnet18",
|
| 60 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 61 |
-
"replace_final_stride_with_dilation":
|
| 62 |
"pre_norm": false,
|
| 63 |
"dim_model": 512,
|
| 64 |
"n_heads": 8,
|
|
|
|
| 48 |
"private": null,
|
| 49 |
"tags": null,
|
| 50 |
"license": null,
|
| 51 |
+
"pretrained_path": "outputs/train/bimanual_so100_fold_test/checkpoints/last/pretrained_model",
|
| 52 |
"chunk_size": 100,
|
| 53 |
"n_action_steps": 100,
|
| 54 |
"normalization_mapping": {
|
|
|
|
| 58 |
},
|
| 59 |
"vision_backbone": "resnet18",
|
| 60 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 61 |
+
"replace_final_stride_with_dilation": 0,
|
| 62 |
"pre_norm": false,
|
| 63 |
"dim_model": 512,
|
| 64 |
"n_heads": 8,
|
train_config.json
CHANGED
|
@@ -116,7 +116,7 @@
|
|
| 116 |
"private": null,
|
| 117 |
"tags": null,
|
| 118 |
"license": null,
|
| 119 |
-
"pretrained_path":
|
| 120 |
"chunk_size": 100,
|
| 121 |
"n_action_steps": 100,
|
| 122 |
"normalization_mapping": {
|
|
@@ -126,7 +126,7 @@
|
|
| 126 |
},
|
| 127 |
"vision_backbone": "resnet18",
|
| 128 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 129 |
-
"replace_final_stride_with_dilation":
|
| 130 |
"pre_norm": false,
|
| 131 |
"dim_model": 512,
|
| 132 |
"n_heads": 8,
|
|
@@ -146,7 +146,7 @@
|
|
| 146 |
},
|
| 147 |
"output_dir": "outputs/train/bimanual_so100_fold_test",
|
| 148 |
"job_name": "bimanual_so100_fold_act_test",
|
| 149 |
-
"resume":
|
| 150 |
"seed": 1000,
|
| 151 |
"num_workers": 4,
|
| 152 |
"batch_size": 4,
|
|
|
|
| 116 |
"private": null,
|
| 117 |
"tags": null,
|
| 118 |
"license": null,
|
| 119 |
+
"pretrained_path": "outputs/train/bimanual_so100_fold_test/checkpoints/last/pretrained_model",
|
| 120 |
"chunk_size": 100,
|
| 121 |
"n_action_steps": 100,
|
| 122 |
"normalization_mapping": {
|
|
|
|
| 126 |
},
|
| 127 |
"vision_backbone": "resnet18",
|
| 128 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 129 |
+
"replace_final_stride_with_dilation": 0,
|
| 130 |
"pre_norm": false,
|
| 131 |
"dim_model": 512,
|
| 132 |
"n_heads": 8,
|
|
|
|
| 146 |
},
|
| 147 |
"output_dir": "outputs/train/bimanual_so100_fold_test",
|
| 148 |
"job_name": "bimanual_so100_fold_act_test",
|
| 149 |
+
"resume": true,
|
| 150 |
"seed": 1000,
|
| 151 |
"num_workers": 4,
|
| 152 |
"batch_size": 4,
|