Push model using huggingface_hub.
Browse files- README.md +1 -1
- config.json +48 -1
- pytorch_model.bin +2 -2
README.md
CHANGED
@@ -38,7 +38,7 @@ Data is prepared with the `ocf_datapipes.training.pvnet` datapipe [2].
|
|
38 |
|
39 |
## Results
|
40 |
|
41 |
-
The training logs for the current model can be found [here on wandb](https://wandb.ai/openclimatefix/pvnet2.1/runs/
|
42 |
|
43 |
The training logs for all model runs of PVNet2 can be found [here](https://wandb.ai/openclimatefix/pvnet2.1).
|
44 |
|
|
|
38 |
|
39 |
## Results
|
40 |
|
41 |
+
The training logs for the current model can be found [here on wandb](https://wandb.ai/openclimatefix/pvnet2.1/runs/None).
|
42 |
|
43 |
The training logs for all model runs of PVNet2 can be found [here](https://wandb.ai/openclimatefix/pvnet2.1).
|
44 |
|
config.json
CHANGED
@@ -1 +1,48 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_target_": "pvnet.models.multimodal.multimodal.Model",
|
3 |
+
"output_quantiles": null,
|
4 |
+
"image_encoder": {
|
5 |
+
"_target_": "pvnet.models.multimodal.encoders.encoders3d.DefaultPVNet",
|
6 |
+
"_partial_": true
|
7 |
+
},
|
8 |
+
"encoder_out_features": 256,
|
9 |
+
"encoder_kwargs": {
|
10 |
+
"number_of_conv3d_layers": 6,
|
11 |
+
"conv3d_channels": 32
|
12 |
+
},
|
13 |
+
"include_sat": true,
|
14 |
+
"include_nwp": true,
|
15 |
+
"add_image_embedding_channel": true,
|
16 |
+
"sat_image_size_pixels": 24,
|
17 |
+
"nwp_image_size_pixels": 24,
|
18 |
+
"number_sat_channels": 11,
|
19 |
+
"number_nwp_channels": 2,
|
20 |
+
"output_network": {
|
21 |
+
"_target_": "pvnet.models.multimodal.linear_networks.networks.ResFCNet2",
|
22 |
+
"_partial_": true
|
23 |
+
},
|
24 |
+
"output_network_kwargs": {
|
25 |
+
"fc_hidden_features": 128,
|
26 |
+
"n_res_blocks": 6,
|
27 |
+
"res_block_layers": 2,
|
28 |
+
"dropout_frac": 0.0
|
29 |
+
},
|
30 |
+
"embedding_dim": 16,
|
31 |
+
"include_sun": true,
|
32 |
+
"include_gsp_yield_history": true,
|
33 |
+
"forecast_minutes": 480,
|
34 |
+
"history_minutes": 120,
|
35 |
+
"sat_history_minutes": 90,
|
36 |
+
"nwp_history_minutes": 120,
|
37 |
+
"nwp_forecast_minutes": 480,
|
38 |
+
"optimizer": {
|
39 |
+
"_target_": "pvnet.optimizers.AdamWReduceLROnPlateau",
|
40 |
+
"lr": 0.0001,
|
41 |
+
"weight_decay": 0.25,
|
42 |
+
"amsgrad": true,
|
43 |
+
"patience": 5,
|
44 |
+
"factor": 0.1,
|
45 |
+
"threshold": 0.002
|
46 |
+
},
|
47 |
+
"min_sat_delay_minutes": 60
|
48 |
+
}
|
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:d8fba2d39e62c36dbf8507910bcc46f996547fb8a0eb946724b0e0c0423052e2
|
3 |
+
size 46531585
|