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

Messis | W&B Run exp-12-num_convs-1-0 (https://wandb.ai/crop-classification/messis/runs/raxbuikf)

Browse files
Files changed (2) hide show
  1. config.json +11 -14
  2. model.safetensors +1 -1
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "hparams": {
3
- "accumulate_grad_batches": 1,
4
  "backbone_weights_path": "./prithvi/models/Prithvi_100M.pt",
5
  "bands": [
6
  0,
@@ -10,20 +10,15 @@
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": {
@@ -31,6 +26,7 @@
31
  "kernel_size": 3,
32
  "loss_weight": 1,
33
  "num_classes_to_predict": 6,
 
34
  "target_idx": 0,
35
  "type": "HierarchicalFCNHead"
36
  },
@@ -39,6 +35,7 @@
39
  "kernel_size": 3,
40
  "loss_weight": 1,
41
  "num_classes_to_predict": 17,
 
42
  "target_idx": 1,
43
  "type": "HierarchicalFCNHead"
44
  },
@@ -48,6 +45,7 @@
48
  "kernel_size": 3,
49
  "loss_weight": 1,
50
  "num_classes_to_predict": 49,
 
51
  "target_idx": 2,
52
  "type": "HierarchicalFCNHead"
53
  },
@@ -61,10 +59,9 @@
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,
@@ -74,14 +71,14 @@
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
  }
 
1
  {
2
  "hparams": {
3
+ "accumulate_grad_batches": 4,
4
  "backbone_weights_path": "./prithvi/models/Prithvi_100M.pt",
5
  "bands": [
6
  0,
 
10
  4,
11
  5
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-12-num_convs",
21
+ "experiment_name": "exp-12-num_convs-1",
22
  "freeze_backbone": true,
23
  "heads_spec": {
24
  "tier1": {
 
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
  "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
  "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
  }
60
  },
61
  "img_size": 224,
 
62
  "lr": 0.001,
63
  "max_epochs": 400,
64
+ "name": "1",
65
  "num_frames": 3,
66
  "optimizer": "Adam",
67
  "optimizer_momentum": null,
 
71
  5
72
  ],
73
  "train_folds": [
 
74
  1,
75
  2,
76
+ 3,
77
+ 4
78
  ],
79
  "use_bottleneck_neck": false,
80
  "val_folds": [
81
+ 0
82
  ]
83
  }
84
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a4129f9bb75773bb4f7ace4c59b462592c8f3a543386a3c0d57874d7c1677886
3
  size 713880940
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:227a1579466b04a8e88ce37595893ff55c91b18eda7cea51efbc5895592b3ed6
3
  size 713880940