florinbarbisch commited on
Commit
6c92c26
·
verified ·
1 Parent(s): 57da492

Messis | W&B Run exp-3-timeranges-april-august-4 (https://wandb.ai/crop-classification/messis/runs/7vi3maq1)

Browse files
Files changed (2) hide show
  1. config.json +55 -75
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,76 +1,56 @@
1
- {
2
- "hparams": {
3
- "accumulate_grad_batches": 1,
4
- "backbone_weights_path": "./prithvi/models/Prithvi_100M.pt",
5
- "bands": [
6
- 0,
7
- 1,
8
- 2,
9
- 3,
10
- 4,
11
- 5
12
- ],
13
- "batch_size": 16,
14
- "debug": false,
15
- "dropout_p": 0.1,
16
- "early_stopping_metric": "val_f1_tier3_majority",
17
- "early_stopping_mode": "max",
18
- "early_stopping_patience": 10,
19
- "experiment_group": "exp-4-backbone",
20
- "experiment_name": "exp-4-backbone-frozen",
21
- "freeze_backbone": true,
22
- "heads_spec": {
23
- "tier1": {
24
- "is_metrics_tier": true,
25
- "loss_weight": 1,
26
- "num_classes_to_predict": 6,
27
- "target_idx": 0,
28
- "type": "HierarchicalFCNHead"
29
- },
30
- "tier2": {
31
- "is_metrics_tier": true,
32
- "loss_weight": 1,
33
- "num_classes_to_predict": 17,
34
- "target_idx": 1,
35
- "type": "HierarchicalFCNHead"
36
- },
37
- "tier3": {
38
- "is_last_tier": true,
39
- "is_metrics_tier": true,
40
- "loss_weight": 1,
41
- "num_classes_to_predict": 49,
42
- "target_idx": 2,
43
- "type": "HierarchicalFCNHead"
44
- },
45
- "tier3_refinement_head": {
46
- "is_final_head": true,
47
- "is_metrics_tier": false,
48
- "loss_weight": 1,
49
- "num_classes_to_predict": 49,
50
- "target_idx": 2,
51
- "type": "LabelRefinementHead"
52
- }
53
- },
54
- "img_size": 224,
55
- "lr": 0.001,
56
- "max_epochs": 400,
57
- "name": "frozen",
58
- "num_frames": 3,
59
- "optimizer": "Adam",
60
- "optimizer_momentum": null,
61
- "optimizer_weight_decay": null,
62
- "patch_size": 16,
63
- "test_folds": [
64
- 5
65
- ],
66
- "train_folds": [
67
- 0,
68
- 1,
69
- 2,
70
- 3
71
- ],
72
- "val_folds": [
73
- 4
74
- ]
75
- }
76
  }
 
1
+ {
2
+ "hparams": {
3
+ "accumulate_grad_batches": 8,
4
+ "backbone_weights_path": "./prithvi/models/Prithvi_100M.pt",
5
+ "bands": [
6
+ 0,
7
+ 1,
8
+ 2,
9
+ 3,
10
+ 4,
11
+ 5
12
+ ],
13
+ "batch_size": 2,
14
+ "debug": false,
15
+ "early_stopping_patience": 10,
16
+ "experiment_group": "exp-3-timeranges",
17
+ "experiment_name": "exp-3-timeranges-april-august",
18
+ "freeze_backbone": true,
19
+ "img_size": 224,
20
+ "lr": 0.001,
21
+ "max_epochs": 100,
22
+ "name": "april-august",
23
+ "num_frames": 3,
24
+ "patch_size": 16,
25
+ "test_folds": [
26
+ 5
27
+ ],
28
+ "tiers": {
29
+ "tier1": {
30
+ "loss_weight": 1,
31
+ "num_classes": 6
32
+ },
33
+ "tier2": {
34
+ "loss_weight": 1,
35
+ "num_classes": 17
36
+ },
37
+ "tier3": {
38
+ "loss_weight": 1,
39
+ "num_classes": 49
40
+ },
41
+ "tier3_refined": {
42
+ "loss_weight": 1,
43
+ "num_classes": 49
44
+ }
45
+ },
46
+ "train_folds": [
47
+ 0,
48
+ 1,
49
+ 2,
50
+ 3
51
+ ],
52
+ "val_folds": [
53
+ 4
54
+ ]
55
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ea6bc359bb394a0e9fa7861eaece47814174add977e3850704c1e7ce3c02a202
3
- size 713880940
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30a40106a0be735f9330b5cafcc368e921263374c4612331898e326799a400c6
3
+ size 713881052