yvokeller commited on
Commit
5980538
·
verified ·
1 Parent(s): bcf4e1a

Messis | W&B Run exp-1-dataset-split-strategy-random-4 (https://wandb.ai/crop-classification/messis/runs/5gk5z23u)

Browse files
Files changed (2) hide show
  1. config.json +14 -17
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "hparams": {
3
- "accumulate_grad_batches": 8,
4
  "backbone_weights_path": "./prithvi/models/Prithvi_100M.pt",
5
  "bands": [
6
  0,
@@ -10,28 +10,27 @@
10
  4,
11
  5
12
  ],
13
- "batch_size": 2,
14
  "bottleneck_reduction_factor": 8,
15
  "data_augmentation": {
16
- "enabled": true,
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": "best-model",
26
- "experiment_name": "best-model-messis-test",
27
- "freeze_backbone": false,
28
  "heads_spec": {
29
  "tier1": {
30
  "is_metrics_tier": true,
31
  "kernel_size": 3,
32
  "loss_weight": 1,
33
  "num_classes_to_predict": 6,
34
- "num_convs": 5,
35
  "target_idx": 0,
36
  "type": "HierarchicalFCNHead"
37
  },
@@ -40,7 +39,6 @@
40
  "kernel_size": 3,
41
  "loss_weight": 1,
42
  "num_classes_to_predict": 17,
43
- "num_convs": 5,
44
  "target_idx": 1,
45
  "type": "HierarchicalFCNHead"
46
  },
@@ -50,7 +48,6 @@
50
  "kernel_size": 3,
51
  "loss_weight": 1,
52
  "num_classes_to_predict": 49,
53
- "num_convs": 5,
54
  "target_idx": 2,
55
  "type": "HierarchicalFCNHead"
56
  },
@@ -64,11 +61,11 @@
64
  }
65
  },
66
  "img_size": 224,
67
- "loss_ignore_background": true,
68
- "lr": 0.0001,
69
  "max_epochs": 400,
70
- "name": "messis-test",
71
- "num_frames": 9,
72
  "optimizer": "Adam",
73
  "optimizer_momentum": null,
74
  "optimizer_weight_decay": null,
@@ -77,14 +74,14 @@
77
  5
78
  ],
79
  "train_folds": [
 
80
  1,
81
  2,
82
- 3,
83
- 4
84
  ],
85
  "use_bottleneck_neck": false,
86
  "val_folds": [
87
- 0
88
  ]
89
  }
90
  }
 
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-random",
27
+ "freeze_backbone": true,
28
  "heads_spec": {
29
  "tier1": {
30
  "is_metrics_tier": true,
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": "random",
68
+ "num_frames": 3,
69
  "optimizer": "Adam",
70
  "optimizer_momentum": null,
71
  "optimizer_weight_decay": null,
 
74
  5
75
  ],
76
  "train_folds": [
77
+ 0,
78
  1,
79
  2,
80
+ 3
 
81
  ],
82
  "use_bottleneck_neck": false,
83
  "val_folds": [
84
+ 4
85
  ]
86
  }
87
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:127b13502adaa8e26f6619de71287db8334b4723d36ef5612d6471cde6e1d10d
3
- size 1464344220
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4129f9bb75773bb4f7ace4c59b462592c8f3a543386a3c0d57874d7c1677886
3
+ size 713880940