Messis | W&B Run exp-1-dataset-split-strategy-stratified-0 (https://wandb.ai/crop-classification/messis/runs/vjyei1p5)
Browse files- README.md +2 -2
- config.json +52 -39
- model.safetensors +1 -1
README.md
CHANGED
@@ -4,6 +4,6 @@ tags:
|
|
4 |
- model_hub_mixin
|
5 |
---
|
6 |
|
7 |
-
This model has been pushed to the Hub using
|
8 |
-
-
|
9 |
- Docs: [More Information Needed]
|
|
|
4 |
- model_hub_mixin
|
5 |
---
|
6 |
|
7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
8 |
+
- Library: [More Information Needed]
|
9 |
- Docs: [More Information Needed]
|
config.json
CHANGED
@@ -1,40 +1,53 @@
|
|
1 |
-
{
|
2 |
-
"hparams": {
|
3 |
-
"accumulate_grad_batches":
|
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":
|
14 |
-
"debug": false,
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
"
|
27 |
-
"loss_weight": 1,
|
28 |
-
"num_classes":
|
29 |
-
},
|
30 |
-
"
|
31 |
-
"loss_weight": 1,
|
32 |
-
"num_classes":
|
33 |
-
},
|
34 |
-
"
|
35 |
-
"loss_weight": 1,
|
36 |
-
"num_classes": 49
|
37 |
-
}
|
38 |
-
|
39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
}
|
|
|
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": 3,
|
16 |
+
"freeze_backbone": true,
|
17 |
+
"img_size": 224,
|
18 |
+
"lr": 0.001,
|
19 |
+
"max_epochs": 100,
|
20 |
+
"num_frames": 3,
|
21 |
+
"patch_size": 16,
|
22 |
+
"test_folds": [
|
23 |
+
5
|
24 |
+
],
|
25 |
+
"tiers": {
|
26 |
+
"tier1": {
|
27 |
+
"loss_weight": 1,
|
28 |
+
"num_classes": 6
|
29 |
+
},
|
30 |
+
"tier2": {
|
31 |
+
"loss_weight": 1,
|
32 |
+
"num_classes": 17
|
33 |
+
},
|
34 |
+
"tier3": {
|
35 |
+
"loss_weight": 1,
|
36 |
+
"num_classes": 49
|
37 |
+
},
|
38 |
+
"tier3_refined": {
|
39 |
+
"loss_weight": 1,
|
40 |
+
"num_classes": 49
|
41 |
+
}
|
42 |
+
},
|
43 |
+
"train_folds": [
|
44 |
+
1,
|
45 |
+
2,
|
46 |
+
3,
|
47 |
+
4
|
48 |
+
],
|
49 |
+
"val_folds": [
|
50 |
+
0
|
51 |
+
]
|
52 |
+
}
|
53 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 713881052
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4af8ef6e7b13c8bb5754f00c77a422235a4d4c2031ed53abc9fa150e6997a30
|
3 |
size 713881052
|