jacobbieker
commited on
Commit
•
2abd117
1
Parent(s):
2237c64
Upload folder using huggingface_hub
Browse files- README.md +1 -1
- config.json +6 -6
- pytorch_model.bin +2 -2
README.md
CHANGED
@@ -39,7 +39,7 @@ Data is prepared with the `ocf_datapipes.training.pvnet` datapipe [2].
|
|
39 |
## Results
|
40 |
|
41 |
The training logs for the current model can be found here:
|
42 |
-
- [https://wandb.ai/openclimatefix/pvnet2.1/runs/
|
43 |
|
44 |
|
45 |
The training logs for all model runs of PVNet2 can be found [here](https://wandb.ai/openclimatefix/pvnet2.1).
|
|
|
39 |
## Results
|
40 |
|
41 |
The training logs for the current model can be found here:
|
42 |
+
- [https://wandb.ai/openclimatefix/pvnet2.1/runs/v4xgpar9](https://wandb.ai/openclimatefix/pvnet2.1/runs/v4xgpar9)
|
43 |
|
44 |
|
45 |
The training logs for all model runs of PVNet2 can be found [here](https://wandb.ai/openclimatefix/pvnet2.1).
|
config.json
CHANGED
@@ -14,12 +14,12 @@
|
|
14 |
"pv_interval_minutes": 15,
|
15 |
"nwp_encoders_dict": {
|
16 |
"ecmwf": {
|
17 |
-
"_target_": "pvnet.models.multimodal.encoders.encoders3d.
|
18 |
"_partial_": true,
|
19 |
"in_channels": 12,
|
20 |
"out_features": 256,
|
21 |
-
"
|
22 |
-
"
|
23 |
"image_size_pixels": 64
|
24 |
}
|
25 |
},
|
@@ -35,12 +35,12 @@
|
|
35 |
"output_network": {
|
36 |
"_target_": "pvnet.models.multimodal.linear_networks.networks.ResFCNet2",
|
37 |
"_partial_": true,
|
38 |
-
"fc_hidden_features":
|
39 |
"n_res_blocks": 6,
|
40 |
"res_block_layers": 2,
|
41 |
"dropout_frac": 0.0
|
42 |
},
|
43 |
-
"embedding_dim":
|
44 |
"include_sun": true,
|
45 |
"include_gsp_yield_history": false,
|
46 |
"forecast_minutes": 2880,
|
@@ -58,7 +58,7 @@
|
|
58 |
"optimizer": {
|
59 |
"_target_": "pvnet.optimizers.EmbAdamWReduceLROnPlateau",
|
60 |
"lr": 0.0001,
|
61 |
-
"weight_decay": 0.
|
62 |
"amsgrad": true,
|
63 |
"patience": 5,
|
64 |
"factor": 0.1,
|
|
|
14 |
"pv_interval_minutes": 15,
|
15 |
"nwp_encoders_dict": {
|
16 |
"ecmwf": {
|
17 |
+
"_target_": "pvnet.models.multimodal.encoders.encoders3d.ResConv3DNet2",
|
18 |
"_partial_": true,
|
19 |
"in_channels": 12,
|
20 |
"out_features": 256,
|
21 |
+
"n_res_blocks": 4,
|
22 |
+
"hidden_channels": 256,
|
23 |
"image_size_pixels": 64
|
24 |
}
|
25 |
},
|
|
|
35 |
"output_network": {
|
36 |
"_target_": "pvnet.models.multimodal.linear_networks.networks.ResFCNet2",
|
37 |
"_partial_": true,
|
38 |
+
"fc_hidden_features": 512,
|
39 |
"n_res_blocks": 6,
|
40 |
"res_block_layers": 2,
|
41 |
"dropout_frac": 0.0
|
42 |
},
|
43 |
+
"embedding_dim": 128,
|
44 |
"include_sun": true,
|
45 |
"include_gsp_yield_history": false,
|
46 |
"forecast_minutes": 2880,
|
|
|
58 |
"optimizer": {
|
59 |
"_target_": "pvnet.optimizers.EmbAdamWReduceLROnPlateau",
|
60 |
"lr": 0.0001,
|
61 |
+
"weight_decay": 0.25,
|
62 |
"amsgrad": true,
|
63 |
"patience": 5,
|
64 |
"factor": 0.1,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1be652c35d18ac4ec55d79363e3f98c145bc81838dcd529984d92af5d2a0ac20
|
3 |
+
size 283446466
|