Messis | W&B Run exp-8-drop-hierarchy-no_head-4 (https://wandb.ai/crop-classification/messis/runs/taxufqsu)
Browse files- config.json +16 -16
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"hparams": {
|
| 3 |
-
"accumulate_grad_batches":
|
| 4 |
-
"backbone_weights_path":
|
| 5 |
"bands": [
|
| 6 |
0,
|
| 7 |
1,
|
|
@@ -10,26 +10,26 @@
|
|
| 10 |
4,
|
| 11 |
5
|
| 12 |
],
|
| 13 |
-
"batch_size":
|
| 14 |
"debug": false,
|
| 15 |
"dropout_p": 0.1,
|
| 16 |
-
"early_stopping_metric": "
|
| 17 |
-
"early_stopping_mode": "
|
| 18 |
"early_stopping_patience": 10,
|
| 19 |
-
"experiment_group": "exp-
|
| 20 |
-
"experiment_name": "exp-
|
| 21 |
-
"freeze_backbone":
|
| 22 |
"heads_spec": {
|
| 23 |
"tier1": {
|
| 24 |
"is_metrics_tier": true,
|
| 25 |
-
"loss_weight":
|
| 26 |
"num_classes_to_predict": 6,
|
| 27 |
"target_idx": 0,
|
| 28 |
"type": "HierarchicalFCNHead"
|
| 29 |
},
|
| 30 |
"tier2": {
|
| 31 |
"is_metrics_tier": true,
|
| 32 |
-
"loss_weight":
|
| 33 |
"num_classes_to_predict": 17,
|
| 34 |
"target_idx": 1,
|
| 35 |
"type": "HierarchicalFCNHead"
|
|
@@ -37,7 +37,7 @@
|
|
| 37 |
"tier3": {
|
| 38 |
"is_last_tier": true,
|
| 39 |
"is_metrics_tier": true,
|
| 40 |
-
"loss_weight":
|
| 41 |
"num_classes_to_predict": 49,
|
| 42 |
"target_idx": 2,
|
| 43 |
"type": "HierarchicalFCNHead"
|
|
@@ -52,9 +52,9 @@
|
|
| 52 |
}
|
| 53 |
},
|
| 54 |
"img_size": 224,
|
| 55 |
-
"lr": 0.
|
| 56 |
"max_epochs": 400,
|
| 57 |
-
"name": "
|
| 58 |
"num_frames": 3,
|
| 59 |
"optimizer": "Adam",
|
| 60 |
"optimizer_momentum": null,
|
|
@@ -64,13 +64,13 @@
|
|
| 64 |
5
|
| 65 |
],
|
| 66 |
"train_folds": [
|
|
|
|
| 67 |
1,
|
| 68 |
2,
|
| 69 |
-
3
|
| 70 |
-
4
|
| 71 |
],
|
| 72 |
"val_folds": [
|
| 73 |
-
|
| 74 |
]
|
| 75 |
}
|
| 76 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"hparams": {
|
| 3 |
+
"accumulate_grad_batches": 4,
|
| 4 |
+
"backbone_weights_path": "./prithvi/models/Prithvi_100M.pt",
|
| 5 |
"bands": [
|
| 6 |
0,
|
| 7 |
1,
|
|
|
|
| 10 |
4,
|
| 11 |
5
|
| 12 |
],
|
| 13 |
+
"batch_size": 4,
|
| 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-8-drop-hierarchy",
|
| 20 |
+
"experiment_name": "exp-8-drop-hierarchy-no_head",
|
| 21 |
+
"freeze_backbone": true,
|
| 22 |
"heads_spec": {
|
| 23 |
"tier1": {
|
| 24 |
"is_metrics_tier": true,
|
| 25 |
+
"loss_weight": 0,
|
| 26 |
"num_classes_to_predict": 6,
|
| 27 |
"target_idx": 0,
|
| 28 |
"type": "HierarchicalFCNHead"
|
| 29 |
},
|
| 30 |
"tier2": {
|
| 31 |
"is_metrics_tier": true,
|
| 32 |
+
"loss_weight": 0,
|
| 33 |
"num_classes_to_predict": 17,
|
| 34 |
"target_idx": 1,
|
| 35 |
"type": "HierarchicalFCNHead"
|
|
|
|
| 37 |
"tier3": {
|
| 38 |
"is_last_tier": true,
|
| 39 |
"is_metrics_tier": true,
|
| 40 |
+
"loss_weight": 0,
|
| 41 |
"num_classes_to_predict": 49,
|
| 42 |
"target_idx": 2,
|
| 43 |
"type": "HierarchicalFCNHead"
|
|
|
|
| 52 |
}
|
| 53 |
},
|
| 54 |
"img_size": 224,
|
| 55 |
+
"lr": 0.0001,
|
| 56 |
"max_epochs": 400,
|
| 57 |
+
"name": "no_head",
|
| 58 |
"num_frames": 3,
|
| 59 |
"optimizer": "Adam",
|
| 60 |
"optimizer_momentum": null,
|
|
|
|
| 64 |
5
|
| 65 |
],
|
| 66 |
"train_folds": [
|
| 67 |
+
0,
|
| 68 |
1,
|
| 69 |
2,
|
| 70 |
+
3
|
|
|
|
| 71 |
],
|
| 72 |
"val_folds": [
|
| 73 |
+
4
|
| 74 |
]
|
| 75 |
}
|
| 76 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 713880940
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90760f437e1f89cf93528439b2951709a5a9c74ab0fb0bf01859b9d6dd34cd40
|
| 3 |
size 713880940
|