Upload folder using huggingface_hub
Browse files- README.md +1 -1
- config.json +18 -15
- data_config.yaml +31 -25
- 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/sl517dx2](https://wandb.ai/openclimatefix/pvnet2.1/runs/sl517dx2)
|
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
@@ -9,19 +9,18 @@
|
|
9 |
0.9,
|
10 |
0.98
|
11 |
],
|
12 |
-
"nwp_encoders_dict":
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
"batch_norm": true,
|
23 |
-
"dropout_frac": 0.0
|
24 |
},
|
|
|
25 |
"add_image_embedding_channel": false,
|
26 |
"pv_encoder": null,
|
27 |
"output_network": {
|
@@ -37,11 +36,15 @@
|
|
37 |
"include_gsp_yield_history": false,
|
38 |
"forecast_minutes": 480,
|
39 |
"history_minutes": 120,
|
40 |
-
"min_sat_delay_minutes":
|
41 |
"sat_history_minutes": 90,
|
42 |
"pv_history_minutes": 180,
|
43 |
-
"nwp_history_minutes":
|
44 |
-
|
|
|
|
|
|
|
|
|
45 |
"optimizer": {
|
46 |
"_target_": "pvnet.optimizers.EmbAdamWReduceLROnPlateau",
|
47 |
"lr": 0.0001,
|
|
|
9 |
0.9,
|
10 |
0.98
|
11 |
],
|
12 |
+
"nwp_encoders_dict": {
|
13 |
+
"ecmwf": {
|
14 |
+
"_target_": "pvnet.models.multimodal.encoders.encoders3d.DefaultPVNet",
|
15 |
+
"_partial_": true,
|
16 |
+
"in_channels": 12,
|
17 |
+
"out_features": 256,
|
18 |
+
"number_of_conv3d_layers": 4,
|
19 |
+
"conv3d_channels": 32,
|
20 |
+
"image_size_pixels": 12
|
21 |
+
}
|
|
|
|
|
22 |
},
|
23 |
+
"sat_encoder": null,
|
24 |
"add_image_embedding_channel": false,
|
25 |
"pv_encoder": null,
|
26 |
"output_network": {
|
|
|
36 |
"include_gsp_yield_history": false,
|
37 |
"forecast_minutes": 480,
|
38 |
"history_minutes": 120,
|
39 |
+
"min_sat_delay_minutes": 30,
|
40 |
"sat_history_minutes": 90,
|
41 |
"pv_history_minutes": 180,
|
42 |
+
"nwp_history_minutes": {
|
43 |
+
"ecmwf": 120
|
44 |
+
},
|
45 |
+
"nwp_forecast_minutes": {
|
46 |
+
"ecmwf": 480
|
47 |
+
},
|
48 |
"optimizer": {
|
49 |
"_target_": "pvnet.optimizers.EmbAdamWReduceLROnPlateau",
|
50 |
"lr": 0.0001,
|
data_config.yaml
CHANGED
@@ -11,28 +11,34 @@ input_data:
|
|
11 |
gsp_zarr_path: PLACEHOLDER.zarr
|
12 |
history_minutes: 120
|
13 |
time_resolution_minutes: 30
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
gsp_zarr_path: PLACEHOLDER.zarr
|
12 |
history_minutes: 120
|
13 |
time_resolution_minutes: 30
|
14 |
+
nwp:
|
15 |
+
ecmwf:
|
16 |
+
dropout_fraction: 1.0
|
17 |
+
dropout_timedeltas_minutes:
|
18 |
+
- -360
|
19 |
+
forecast_minutes: 480.0
|
20 |
+
history_minutes: 120
|
21 |
+
max_staleness_minutes: null
|
22 |
+
nwp_accum_channels:
|
23 |
+
- dswrf
|
24 |
+
- dlwrf
|
25 |
+
- sr
|
26 |
+
- duvrs
|
27 |
+
nwp_channels:
|
28 |
+
- t2m
|
29 |
+
- dswrf
|
30 |
+
- dlwrf
|
31 |
+
- hcc
|
32 |
+
- mcc
|
33 |
+
- lcc
|
34 |
+
- tcc
|
35 |
+
- sde
|
36 |
+
- sr
|
37 |
+
- duvrs
|
38 |
+
- u10
|
39 |
+
- v10
|
40 |
+
nwp_image_size_pixels_height: 12
|
41 |
+
nwp_image_size_pixels_width: 12
|
42 |
+
nwp_provider: ecmwf
|
43 |
+
nwp_zarr_path: PLACEHOLDER.zarr
|
44 |
+
time_resolution_minutes: 60
|
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:c11092bc84dfe50ff54237227e5d87ab78229a2b1fecb1c0c48f080a640881fe
|
3 |
+
size 4473190
|