Upload folder using huggingface_hub
Browse files- config.json +1 -1
- model.safetensors +1 -1
- train_config.json +3 -3
config.json
CHANGED
|
@@ -44,7 +44,7 @@
|
|
| 44 |
"n_action_steps": 100,
|
| 45 |
"vision_backbone": "resnet18",
|
| 46 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 47 |
-
"replace_final_stride_with_dilation":
|
| 48 |
"pre_norm": false,
|
| 49 |
"dim_model": 512,
|
| 50 |
"n_heads": 8,
|
|
|
|
| 44 |
"n_action_steps": 100,
|
| 45 |
"vision_backbone": "resnet18",
|
| 46 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 47 |
+
"replace_final_stride_with_dilation": 0,
|
| 48 |
"pre_norm": false,
|
| 49 |
"dim_model": 512,
|
| 50 |
"n_heads": 8,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 206701112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0a31306d10a6e17578b8212c303b773cbff69eef8c587ab1f6c6d552b91655a
|
| 3 |
size 206701112
|
train_config.json
CHANGED
|
@@ -111,7 +111,7 @@
|
|
| 111 |
"n_action_steps": 100,
|
| 112 |
"vision_backbone": "resnet18",
|
| 113 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 114 |
-
"replace_final_stride_with_dilation":
|
| 115 |
"pre_norm": false,
|
| 116 |
"dim_model": 512,
|
| 117 |
"n_heads": 8,
|
|
@@ -131,7 +131,7 @@
|
|
| 131 |
},
|
| 132 |
"output_dir": "outputs\\train\\act_red_tape_pick",
|
| 133 |
"job_name": "act_red_tape_pick_initial",
|
| 134 |
-
"resume":
|
| 135 |
"seed": 1000,
|
| 136 |
"num_workers": 16,
|
| 137 |
"batch_size": 32,
|
|
@@ -159,7 +159,7 @@
|
|
| 159 |
"use_async_envs": false
|
| 160 |
},
|
| 161 |
"wandb": {
|
| 162 |
-
"enable":
|
| 163 |
"disable_artifact": false,
|
| 164 |
"project": "lerobot",
|
| 165 |
"entity": null,
|
|
|
|
| 111 |
"n_action_steps": 100,
|
| 112 |
"vision_backbone": "resnet18",
|
| 113 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 114 |
+
"replace_final_stride_with_dilation": 0,
|
| 115 |
"pre_norm": false,
|
| 116 |
"dim_model": 512,
|
| 117 |
"n_heads": 8,
|
|
|
|
| 131 |
},
|
| 132 |
"output_dir": "outputs\\train\\act_red_tape_pick",
|
| 133 |
"job_name": "act_red_tape_pick_initial",
|
| 134 |
+
"resume": true,
|
| 135 |
"seed": 1000,
|
| 136 |
"num_workers": 16,
|
| 137 |
"batch_size": 32,
|
|
|
|
| 159 |
"use_async_envs": false
|
| 160 |
},
|
| 161 |
"wandb": {
|
| 162 |
+
"enable": false,
|
| 163 |
"disable_artifact": false,
|
| 164 |
"project": "lerobot",
|
| 165 |
"entity": null,
|