Messis | W&B Run exp-4-backbone-frozen-1 (https://wandb.ai/crop-classification/messis/runs/pcifa7t0)
Browse files- config.json +42 -27
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"hparams": {
|
| 3 |
-
"accumulate_grad_batches":
|
| 4 |
"backbone_weights_path": "./prithvi/models/Prithvi_100M.pt",
|
| 5 |
"bands": [
|
| 6 |
0,
|
|
@@ -10,52 +10,67 @@
|
|
| 10 |
4,
|
| 11 |
5
|
| 12 |
],
|
| 13 |
-
"batch_size":
|
| 14 |
"debug": false,
|
| 15 |
-
"
|
| 16 |
-
"
|
|
|
|
| 17 |
"early_stopping_patience": 10,
|
| 18 |
-
"experiment_group": "exp-
|
| 19 |
-
"experiment_name": "exp-
|
| 20 |
"freeze_backbone": true,
|
| 21 |
-
"
|
| 22 |
-
"lr": 0.001,
|
| 23 |
-
"max_epochs": 400,
|
| 24 |
-
"name": "sgd-momentum",
|
| 25 |
-
"num_frames": 3,
|
| 26 |
-
"optimizer": "SGD",
|
| 27 |
-
"optimizer_momentum": 0.9,
|
| 28 |
-
"optimizer_weight_decay": null,
|
| 29 |
-
"patch_size": 16,
|
| 30 |
-
"test_folds": [
|
| 31 |
-
5
|
| 32 |
-
],
|
| 33 |
-
"tiers": {
|
| 34 |
"tier1": {
|
|
|
|
| 35 |
"loss_weight": 1,
|
| 36 |
-
"
|
|
|
|
|
|
|
| 37 |
},
|
| 38 |
"tier2": {
|
|
|
|
| 39 |
"loss_weight": 1,
|
| 40 |
-
"
|
|
|
|
|
|
|
| 41 |
},
|
| 42 |
"tier3": {
|
|
|
|
|
|
|
| 43 |
"loss_weight": 1,
|
| 44 |
-
"
|
|
|
|
|
|
|
| 45 |
},
|
| 46 |
-
"
|
|
|
|
|
|
|
| 47 |
"loss_weight": 1,
|
| 48 |
-
"
|
|
|
|
|
|
|
| 49 |
}
|
| 50 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
"train_folds": [
|
| 52 |
0,
|
| 53 |
-
1,
|
| 54 |
2,
|
| 55 |
-
3
|
|
|
|
| 56 |
],
|
| 57 |
"val_folds": [
|
| 58 |
-
|
| 59 |
]
|
| 60 |
}
|
| 61 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"hparams": {
|
| 3 |
+
"accumulate_grad_batches": 1,
|
| 4 |
"backbone_weights_path": "./prithvi/models/Prithvi_100M.pt",
|
| 5 |
"bands": [
|
| 6 |
0,
|
|
|
|
| 10 |
4,
|
| 11 |
5
|
| 12 |
],
|
| 13 |
+
"batch_size": 16,
|
| 14 |
"debug": false,
|
| 15 |
+
"dropout_p": 0.1,
|
| 16 |
+
"early_stopping_metric": "val_f1_tier3_majority",
|
| 17 |
+
"early_stopping_mode": "max",
|
| 18 |
"early_stopping_patience": 10,
|
| 19 |
+
"experiment_group": "exp-4-backbone",
|
| 20 |
+
"experiment_name": "exp-4-backbone-frozen",
|
| 21 |
"freeze_backbone": true,
|
| 22 |
+
"heads_spec": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
"tier1": {
|
| 24 |
+
"is_metrics_tier": true,
|
| 25 |
"loss_weight": 1,
|
| 26 |
+
"num_classes_to_predict": 6,
|
| 27 |
+
"target_idx": 0,
|
| 28 |
+
"type": "HierarchicalFCNHead"
|
| 29 |
},
|
| 30 |
"tier2": {
|
| 31 |
+
"is_metrics_tier": true,
|
| 32 |
"loss_weight": 1,
|
| 33 |
+
"num_classes_to_predict": 17,
|
| 34 |
+
"target_idx": 1,
|
| 35 |
+
"type": "HierarchicalFCNHead"
|
| 36 |
},
|
| 37 |
"tier3": {
|
| 38 |
+
"is_last_tier": true,
|
| 39 |
+
"is_metrics_tier": true,
|
| 40 |
"loss_weight": 1,
|
| 41 |
+
"num_classes_to_predict": 49,
|
| 42 |
+
"target_idx": 2,
|
| 43 |
+
"type": "HierarchicalFCNHead"
|
| 44 |
},
|
| 45 |
+
"tier3_refinement_head": {
|
| 46 |
+
"is_final_head": true,
|
| 47 |
+
"is_metrics_tier": false,
|
| 48 |
"loss_weight": 1,
|
| 49 |
+
"num_classes_to_predict": 49,
|
| 50 |
+
"target_idx": 2,
|
| 51 |
+
"type": "LabelRefinementHead"
|
| 52 |
}
|
| 53 |
},
|
| 54 |
+
"img_size": 224,
|
| 55 |
+
"lr": 0.001,
|
| 56 |
+
"max_epochs": 400,
|
| 57 |
+
"name": "frozen",
|
| 58 |
+
"num_frames": 3,
|
| 59 |
+
"optimizer": "Adam",
|
| 60 |
+
"optimizer_momentum": null,
|
| 61 |
+
"optimizer_weight_decay": null,
|
| 62 |
+
"patch_size": 16,
|
| 63 |
+
"test_folds": [
|
| 64 |
+
5
|
| 65 |
+
],
|
| 66 |
"train_folds": [
|
| 67 |
0,
|
|
|
|
| 68 |
2,
|
| 69 |
+
3,
|
| 70 |
+
4
|
| 71 |
],
|
| 72 |
"val_folds": [
|
| 73 |
+
1
|
| 74 |
]
|
| 75 |
}
|
| 76 |
}
|
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:5b02a3d23a67ea106058c8e1ecc462f7eba98c22a49f9f91c8b366597cec9f21
|
| 3 |
+
size 713880940
|