Messis | W&B Run exp-5-data-augmentation-no-aug-0 (https://wandb.ai/crop-classification/messis/runs/d6680sg9)
Browse files- config.json +8 -6
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -12,13 +12,18 @@
|
|
| 12 |
],
|
| 13 |
"batch_size": 4,
|
| 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": 5,
|
| 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": 5,
|
| 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": 5,
|
| 49 |
"target_idx": 2,
|
| 50 |
"type": "HierarchicalFCNHead"
|
| 51 |
},
|
|
@@ -61,7 +63,7 @@
|
|
| 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,
|
|
|
|
| 12 |
],
|
| 13 |
"batch_size": 4,
|
| 14 |
"bottleneck_reduction_factor": 8,
|
| 15 |
+
"data_augmentation": {
|
| 16 |
+
"enabled": false,
|
| 17 |
+
"flip_prob": 0.5,
|
| 18 |
+
"jitter_std": 0.01
|
| 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-5-data-augmentation",
|
| 26 |
+
"experiment_name": "exp-5-data-augmentation-no-aug",
|
| 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 |
},
|
|
|
|
| 63 |
"img_size": 224,
|
| 64 |
"lr": 0.001,
|
| 65 |
"max_epochs": 400,
|
| 66 |
+
"name": "no-aug",
|
| 67 |
"num_frames": 3,
|
| 68 |
"optimizer": "Adam",
|
| 69 |
"optimizer_momentum": null,
|
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:f6c70b8e34661b529b29251f12e786da80ea234ed9bca7b2d0d892af4412387b
|
| 3 |
+
size 713880940
|