Messis | W&B Run exp-1-dataset-split-strategy-sechidis-0 (https://wandb.ai/crop-classification/messis/runs/hugmrw3l)
Browse files- config.json +11 -8
- model.safetensors +1 -1
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,15 +10,20 @@
|
|
| 10 |
4,
|
| 11 |
5
|
| 12 |
],
|
| 13 |
-
"batch_size":
|
| 14 |
"bottleneck_reduction_factor": 8,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
"debug": false,
|
| 16 |
"dropout_p": 0.1,
|
| 17 |
"early_stopping_metric": "val_f1_tier3_majority",
|
| 18 |
"early_stopping_mode": "max",
|
| 19 |
"early_stopping_patience": 10,
|
| 20 |
-
"experiment_group": "exp-
|
| 21 |
-
"experiment_name": "exp-
|
| 22 |
"freeze_backbone": true,
|
| 23 |
"heads_spec": {
|
| 24 |
"tier1": {
|
|
@@ -26,7 +31,6 @@
|
|
| 26 |
"kernel_size": 3,
|
| 27 |
"loss_weight": 1,
|
| 28 |
"num_classes_to_predict": 6,
|
| 29 |
-
"num_convs": 1,
|
| 30 |
"target_idx": 0,
|
| 31 |
"type": "HierarchicalFCNHead"
|
| 32 |
},
|
|
@@ -35,7 +39,6 @@
|
|
| 35 |
"kernel_size": 3,
|
| 36 |
"loss_weight": 1,
|
| 37 |
"num_classes_to_predict": 17,
|
| 38 |
-
"num_convs": 1,
|
| 39 |
"target_idx": 1,
|
| 40 |
"type": "HierarchicalFCNHead"
|
| 41 |
},
|
|
@@ -45,7 +48,6 @@
|
|
| 45 |
"kernel_size": 3,
|
| 46 |
"loss_weight": 1,
|
| 47 |
"num_classes_to_predict": 49,
|
| 48 |
-
"num_convs": 1,
|
| 49 |
"target_idx": 2,
|
| 50 |
"type": "HierarchicalFCNHead"
|
| 51 |
},
|
|
@@ -59,9 +61,10 @@
|
|
| 59 |
}
|
| 60 |
},
|
| 61 |
"img_size": 224,
|
|
|
|
| 62 |
"lr": 0.001,
|
| 63 |
"max_epochs": 400,
|
| 64 |
-
"name": "
|
| 65 |
"num_frames": 3,
|
| 66 |
"optimizer": "Adam",
|
| 67 |
"optimizer_momentum": null,
|
|
|
|
| 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 |
"bottleneck_reduction_factor": 8,
|
| 15 |
+
"data_augmentation": {
|
| 16 |
+
"enabled": false,
|
| 17 |
+
"flip_prob": 0.5,
|
| 18 |
+
"jitter_std": 0
|
| 19 |
+
},
|
| 20 |
"debug": false,
|
| 21 |
"dropout_p": 0.1,
|
| 22 |
"early_stopping_metric": "val_f1_tier3_majority",
|
| 23 |
"early_stopping_mode": "max",
|
| 24 |
"early_stopping_patience": 10,
|
| 25 |
+
"experiment_group": "exp-1-dataset-split-strategy",
|
| 26 |
+
"experiment_name": "exp-1-dataset-split-strategy-sechidis",
|
| 27 |
"freeze_backbone": true,
|
| 28 |
"heads_spec": {
|
| 29 |
"tier1": {
|
|
|
|
| 31 |
"kernel_size": 3,
|
| 32 |
"loss_weight": 1,
|
| 33 |
"num_classes_to_predict": 6,
|
|
|
|
| 34 |
"target_idx": 0,
|
| 35 |
"type": "HierarchicalFCNHead"
|
| 36 |
},
|
|
|
|
| 39 |
"kernel_size": 3,
|
| 40 |
"loss_weight": 1,
|
| 41 |
"num_classes_to_predict": 17,
|
|
|
|
| 42 |
"target_idx": 1,
|
| 43 |
"type": "HierarchicalFCNHead"
|
| 44 |
},
|
|
|
|
| 48 |
"kernel_size": 3,
|
| 49 |
"loss_weight": 1,
|
| 50 |
"num_classes_to_predict": 49,
|
|
|
|
| 51 |
"target_idx": 2,
|
| 52 |
"type": "HierarchicalFCNHead"
|
| 53 |
},
|
|
|
|
| 61 |
}
|
| 62 |
},
|
| 63 |
"img_size": 224,
|
| 64 |
+
"loss_ignore_background": false,
|
| 65 |
"lr": 0.001,
|
| 66 |
"max_epochs": 400,
|
| 67 |
+
"name": "sechidis",
|
| 68 |
"num_frames": 3,
|
| 69 |
"optimizer": "Adam",
|
| 70 |
"optimizer_momentum": null,
|
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:b4bb8ca96b7ed74bc57ae32981cea76810b4e62333d3d55013f9691d30b31226
|
| 3 |
size 713880940
|