Messis | W&B Run exp-5-data-augmentation-f-0.5-j-0-0 (https://wandb.ai/crop-classification/messis/runs/achothuq)
Browse files- config.json +8 -4
- model.safetensors +1 -1
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": {
|
|
@@ -56,10 +61,9 @@
|
|
| 56 |
}
|
| 57 |
},
|
| 58 |
"img_size": 224,
|
| 59 |
-
"loss_ignore_background": false,
|
| 60 |
"lr": 0.001,
|
| 61 |
"max_epochs": 400,
|
| 62 |
-
"name": "
|
| 63 |
"num_frames": 3,
|
| 64 |
"optimizer": "Adam",
|
| 65 |
"optimizer_momentum": null,
|
|
|
|
| 12 |
],
|
| 13 |
"batch_size": 4,
|
| 14 |
"bottleneck_reduction_factor": 8,
|
| 15 |
+
"data_augmentation": {
|
| 16 |
+
"enabled": true,
|
| 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-5-data-augmentation",
|
| 26 |
+
"experiment_name": "exp-5-data-augmentation-f-0.5-j-0",
|
| 27 |
"freeze_backbone": true,
|
| 28 |
"heads_spec": {
|
| 29 |
"tier1": {
|
|
|
|
| 61 |
}
|
| 62 |
},
|
| 63 |
"img_size": 224,
|
|
|
|
| 64 |
"lr": 0.001,
|
| 65 |
"max_epochs": 400,
|
| 66 |
+
"name": "f-0.5-j-0",
|
| 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 713880940
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:675d68341b0c5144d8141483cc5ca81627e7a2e8ee3ebc123fcc0b5bfe8441b9
|
| 3 |
size 713880940
|