Upload train_config.json from local training
Browse files- train_config.json +16 -16
train_config.json
CHANGED
|
@@ -120,39 +120,39 @@
|
|
| 120 |
"private": null,
|
| 121 |
"tags": null,
|
| 122 |
"license": null,
|
| 123 |
-
"chunk_size":
|
| 124 |
-
"n_action_steps":
|
| 125 |
"vision_backbone": "resnet18",
|
| 126 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 127 |
"replace_final_stride_with_dilation": false,
|
| 128 |
"pre_norm": false,
|
| 129 |
-
"dim_model":
|
| 130 |
-
"n_heads":
|
| 131 |
-
"dim_feedforward":
|
| 132 |
"feedforward_activation": "relu",
|
| 133 |
-
"n_encoder_layers":
|
| 134 |
-
"n_decoder_layers":
|
| 135 |
"use_vae": true,
|
| 136 |
"latent_dim": 32,
|
| 137 |
-
"n_vae_encoder_layers":
|
| 138 |
-
"temporal_ensemble_coeff":
|
| 139 |
"dropout": 0.1,
|
| 140 |
-
"kl_weight":
|
| 141 |
"optimizer_lr": 1e-05,
|
| 142 |
"optimizer_weight_decay": 0.0001,
|
| 143 |
"optimizer_lr_backbone": 1e-05
|
| 144 |
},
|
| 145 |
-
"output_dir": "outputs/train/
|
| 146 |
-
"job_name": "
|
| 147 |
"resume": false,
|
| 148 |
"seed": 1000,
|
| 149 |
"num_workers": 4,
|
| 150 |
"batch_size": 8,
|
| 151 |
-
"steps":
|
| 152 |
-
"eval_freq":
|
| 153 |
"log_freq": 200,
|
| 154 |
"save_checkpoint": true,
|
| 155 |
-
"save_freq":
|
| 156 |
"use_policy_training_preset": true,
|
| 157 |
"optimizer": {
|
| 158 |
"type": "adamw",
|
|
@@ -177,7 +177,7 @@
|
|
| 177 |
"project": "lerobot",
|
| 178 |
"entity": null,
|
| 179 |
"notes": null,
|
| 180 |
-
"run_id": "
|
| 181 |
"mode": null
|
| 182 |
}
|
| 183 |
}
|
|
|
|
| 120 |
"private": null,
|
| 121 |
"tags": null,
|
| 122 |
"license": null,
|
| 123 |
+
"chunk_size": 32,
|
| 124 |
+
"n_action_steps": 1,
|
| 125 |
"vision_backbone": "resnet18",
|
| 126 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 127 |
"replace_final_stride_with_dilation": false,
|
| 128 |
"pre_norm": false,
|
| 129 |
+
"dim_model": 768,
|
| 130 |
+
"n_heads": 12,
|
| 131 |
+
"dim_feedforward": 3072,
|
| 132 |
"feedforward_activation": "relu",
|
| 133 |
+
"n_encoder_layers": 8,
|
| 134 |
+
"n_decoder_layers": 8,
|
| 135 |
"use_vae": true,
|
| 136 |
"latent_dim": 32,
|
| 137 |
+
"n_vae_encoder_layers": 6,
|
| 138 |
+
"temporal_ensemble_coeff": 0.1,
|
| 139 |
"dropout": 0.1,
|
| 140 |
+
"kl_weight": 100.0,
|
| 141 |
"optimizer_lr": 1e-05,
|
| 142 |
"optimizer_weight_decay": 0.0001,
|
| 143 |
"optimizer_lr_backbone": 1e-05
|
| 144 |
},
|
| 145 |
+
"output_dir": "outputs/train/act_precision_optimized",
|
| 146 |
+
"job_name": "act_precision_optimized",
|
| 147 |
"resume": false,
|
| 148 |
"seed": 1000,
|
| 149 |
"num_workers": 4,
|
| 150 |
"batch_size": 8,
|
| 151 |
+
"steps": 100000,
|
| 152 |
+
"eval_freq": 1000,
|
| 153 |
"log_freq": 200,
|
| 154 |
"save_checkpoint": true,
|
| 155 |
+
"save_freq": 5000,
|
| 156 |
"use_policy_training_preset": true,
|
| 157 |
"optimizer": {
|
| 158 |
"type": "adamw",
|
|
|
|
| 177 |
"project": "lerobot",
|
| 178 |
"entity": null,
|
| 179 |
"notes": null,
|
| 180 |
+
"run_id": "wrbpns7f",
|
| 181 |
"mode": null
|
| 182 |
}
|
| 183 |
}
|