Upload folder using huggingface_hub
Browse files- README.md +1 -1
- config.json +0 -23
- data_config.yaml +12 -57
- 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/PVNet_intra/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/PVNet_intra/runs/xquh2tep](https://wandb.ai/openclimatefix/PVNet_intra/runs/xquh2tep)
|
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
@@ -10,15 +10,6 @@
|
|
10 |
0.98
|
11 |
],
|
12 |
"nwp_encoders_dict": {
|
13 |
-
"ukv": {
|
14 |
-
"_target_": "pvnet.models.multimodal.encoders.encoders3d.DefaultPVNet",
|
15 |
-
"_partial_": true,
|
16 |
-
"in_channels": 12,
|
17 |
-
"out_features": 256,
|
18 |
-
"number_of_conv3d_layers": 6,
|
19 |
-
"conv3d_channels": 32,
|
20 |
-
"image_size_pixels": 24
|
21 |
-
},
|
22 |
"ecmwf": {
|
23 |
"_target_": "pvnet.models.multimodal.encoders.encoders3d.DefaultPVNet",
|
24 |
"_partial_": true,
|
@@ -29,15 +20,6 @@
|
|
29 |
"image_size_pixels": 12
|
30 |
}
|
31 |
},
|
32 |
-
"sat_encoder": {
|
33 |
-
"_target_": "pvnet.models.multimodal.encoders.encoders3d.DefaultPVNet",
|
34 |
-
"_partial_": true,
|
35 |
-
"in_channels": 11,
|
36 |
-
"out_features": 256,
|
37 |
-
"number_of_conv3d_layers": 6,
|
38 |
-
"conv3d_channels": 32,
|
39 |
-
"image_size_pixels": 24
|
40 |
-
},
|
41 |
"add_image_embedding_channel": false,
|
42 |
"pv_encoder": null,
|
43 |
"output_network": {
|
@@ -53,19 +35,14 @@
|
|
53 |
"include_gsp_yield_history": false,
|
54 |
"forecast_minutes": 480,
|
55 |
"history_minutes": 120,
|
56 |
-
"min_sat_delay_minutes": 0,
|
57 |
-
"sat_history_minutes": 90,
|
58 |
"pv_history_minutes": 180,
|
59 |
"nwp_history_minutes": {
|
60 |
-
"ukv": 120,
|
61 |
"ecmwf": 120
|
62 |
},
|
63 |
"nwp_forecast_minutes": {
|
64 |
-
"ukv": 480,
|
65 |
"ecmwf": 480
|
66 |
},
|
67 |
"nwp_interval_minutes": {
|
68 |
-
"ukv": 60,
|
69 |
"ecmwf": 60
|
70 |
},
|
71 |
"optimizer": {
|
|
|
10 |
0.98
|
11 |
],
|
12 |
"nwp_encoders_dict": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
"ecmwf": {
|
14 |
"_target_": "pvnet.models.multimodal.encoders.encoders3d.DefaultPVNet",
|
15 |
"_partial_": true,
|
|
|
20 |
"image_size_pixels": 12
|
21 |
}
|
22 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
"add_image_embedding_channel": false,
|
24 |
"pv_encoder": null,
|
25 |
"output_network": {
|
|
|
35 |
"include_gsp_yield_history": false,
|
36 |
"forecast_minutes": 480,
|
37 |
"history_minutes": 120,
|
|
|
|
|
38 |
"pv_history_minutes": 180,
|
39 |
"nwp_history_minutes": {
|
|
|
40 |
"ecmwf": 120
|
41 |
},
|
42 |
"nwp_forecast_minutes": {
|
|
|
43 |
"ecmwf": 480
|
44 |
},
|
45 |
"nwp_interval_minutes": {
|
|
|
46 |
"ecmwf": 60
|
47 |
},
|
48 |
"optimizer": {
|
data_config.yaml
CHANGED
@@ -6,12 +6,13 @@ input_data:
|
|
6 |
dropout_fraction: 0
|
7 |
dropout_timedeltas_minutes: null
|
8 |
forecast_minutes: 480
|
9 |
-
|
|
|
10 |
time_resolution_minutes: 30
|
11 |
-
|
12 |
nwp:
|
13 |
ecmwf:
|
14 |
-
|
15 |
- t2m
|
16 |
- dswrf
|
17 |
- dlwrf
|
@@ -19,7 +20,7 @@ input_data:
|
|
19 |
- mcc
|
20 |
- lcc
|
21 |
- tcc
|
22 |
-
-
|
23 |
- sr
|
24 |
- duvrs
|
25 |
- u10
|
@@ -27,58 +28,12 @@ input_data:
|
|
27 |
dropout_fraction: 1.0
|
28 |
dropout_timedeltas_minutes:
|
29 |
- -180
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
|
|
34 |
max_staleness_minutes: null
|
35 |
-
|
36 |
time_resolution_minutes: 60
|
37 |
-
|
38 |
-
ukv:
|
39 |
-
nwp_channels:
|
40 |
-
- t
|
41 |
-
- dswrf
|
42 |
-
- dlwrf
|
43 |
-
- hcc
|
44 |
-
- mcc
|
45 |
-
- lcc
|
46 |
-
- sde
|
47 |
-
- r
|
48 |
-
- vis
|
49 |
-
- si10
|
50 |
-
- wdir10
|
51 |
-
- prate
|
52 |
-
dropout_fraction: 1.0
|
53 |
-
dropout_timedeltas_minutes:
|
54 |
-
- -180
|
55 |
-
nwp_image_size_pixels_height: 24
|
56 |
-
nwp_image_size_pixels_width: 24
|
57 |
-
forecast_minutes: 480
|
58 |
-
history_minutes: 120
|
59 |
-
max_staleness_minutes: null
|
60 |
-
nwp_provider: ukv
|
61 |
-
time_resolution_minutes: 60
|
62 |
-
nwp_zarr_path: PLACEHOLDER.zarr
|
63 |
-
satellite:
|
64 |
-
satellite_channels:
|
65 |
-
- IR_016
|
66 |
-
- IR_039
|
67 |
-
- IR_087
|
68 |
-
- IR_097
|
69 |
-
- IR_108
|
70 |
-
- IR_120
|
71 |
-
- IR_134
|
72 |
-
- VIS006
|
73 |
-
- VIS008
|
74 |
-
- WV_062
|
75 |
-
- WV_073
|
76 |
-
dropout_fraction: 0
|
77 |
-
dropout_timedeltas_minutes: null
|
78 |
-
satellite_image_size_pixels_height: 24
|
79 |
-
satellite_image_size_pixels_width: 24
|
80 |
-
forecast_minutes: 0
|
81 |
-
history_minutes: 90
|
82 |
-
live_delay_minutes: 0
|
83 |
-
time_resolution_minutes: 5
|
84 |
-
satellite_zarr_path: PLACEHOLDER.zarr
|
|
|
6 |
dropout_fraction: 0
|
7 |
dropout_timedeltas_minutes: null
|
8 |
forecast_minutes: 480
|
9 |
+
interval_end_minutes: 480
|
10 |
+
interval_start_minutes: -120
|
11 |
time_resolution_minutes: 30
|
12 |
+
zarr_path: PLACEHOLDER.zarr
|
13 |
nwp:
|
14 |
ecmwf:
|
15 |
+
channels:
|
16 |
- t2m
|
17 |
- dswrf
|
18 |
- dlwrf
|
|
|
20 |
- mcc
|
21 |
- lcc
|
22 |
- tcc
|
23 |
+
- sd
|
24 |
- sr
|
25 |
- duvrs
|
26 |
- u10
|
|
|
28 |
dropout_fraction: 1.0
|
29 |
dropout_timedeltas_minutes:
|
30 |
- -180
|
31 |
+
forecast_minutes: 720.0
|
32 |
+
image_size_pixels_height: 12
|
33 |
+
image_size_pixels_width: 12
|
34 |
+
interval_end_minutes: 480
|
35 |
+
interval_start_minutes: -120
|
36 |
max_staleness_minutes: null
|
37 |
+
provider: ecmwf
|
38 |
time_resolution_minutes: 60
|
39 |
+
zarr_path: PLACEHOLDER.zarr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:74e4433c14e5d65be5ed78473e79593cf0f91817325933edb0e17f081613ec63
|
3 |
+
size 4473190
|