Migrate model to pvnet version 5.0.3.post0+git.c5a17176.dirty
Browse files- README.md +1 -1
- data_config.yaml +59 -55
- model_config.yaml +14 -14
- model_weights.safetensors +2 -2
README.md
CHANGED
|
@@ -39,7 +39,7 @@ Data is prepared with the `ocf_data_sampler/torch_datasets/datasets/pvnet_uk` Da
|
|
| 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/nizugje9](https://wandb.ai/openclimatefix/pvnet2.1/runs/nizugje9)
|
| 43 |
|
| 44 |
|
| 45 |
The training logs for all model runs of PVNet2 can be found [here](https://wandb.ai/openclimatefix/pvnet2.1).
|
data_config.yaml
CHANGED
|
@@ -10,61 +10,65 @@ input_data:
|
|
| 10 |
interval_start_minutes: -120
|
| 11 |
time_resolution_minutes: 30
|
| 12 |
zarr_path: PLACEHOLDER.zarr
|
| 13 |
-
|
| 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 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
solar_position:
|
| 69 |
interval_end_minutes: 480
|
| 70 |
interval_start_minutes: -120
|
|
|
|
| 10 |
interval_start_minutes: -120
|
| 11 |
time_resolution_minutes: 30
|
| 12 |
zarr_path: PLACEHOLDER.zarr
|
| 13 |
+
nwp:
|
| 14 |
+
ukv:
|
| 15 |
+
channels:
|
| 16 |
+
- t
|
| 17 |
+
- dswrf
|
| 18 |
+
- dlwrf
|
| 19 |
+
- hcc
|
| 20 |
+
- mcc
|
| 21 |
+
- lcc
|
| 22 |
+
- sde
|
| 23 |
+
- r
|
| 24 |
+
- vis
|
| 25 |
+
- si10
|
| 26 |
+
- prate
|
| 27 |
+
dropout_fraction: 1.0
|
| 28 |
+
dropout_timedeltas_minutes:
|
| 29 |
+
- -180
|
| 30 |
+
image_size_pixels_height: 24
|
| 31 |
+
image_size_pixels_width: 24
|
| 32 |
+
interval_end_minutes: 480
|
| 33 |
+
interval_start_minutes: -120
|
| 34 |
+
max_staleness_minutes: null
|
| 35 |
+
normalisation_constants:
|
| 36 |
+
dlwrf:
|
| 37 |
+
mean: 325.03130139
|
| 38 |
+
std: 39.45988077
|
| 39 |
+
dswrf:
|
| 40 |
+
mean: 111.28265039
|
| 41 |
+
std: 190.47216887
|
| 42 |
+
hcc:
|
| 43 |
+
mean: 29.11949682
|
| 44 |
+
std: 38.07184418
|
| 45 |
+
lcc:
|
| 46 |
+
mean: 50.08362643
|
| 47 |
+
std: 39.33210726
|
| 48 |
+
mcc:
|
| 49 |
+
mean: 40.88984494
|
| 50 |
+
std: 41.91144559
|
| 51 |
+
prate:
|
| 52 |
+
mean: 3.45793433e-05
|
| 53 |
+
std: 0.00021497
|
| 54 |
+
r:
|
| 55 |
+
mean: 81.79229501
|
| 56 |
+
std: 11.45012499
|
| 57 |
+
sde:
|
| 58 |
+
mean: 0.00289545
|
| 59 |
+
std: 0.1029753
|
| 60 |
+
si10:
|
| 61 |
+
mean: 6.88348448
|
| 62 |
+
std: 3.94718813
|
| 63 |
+
t:
|
| 64 |
+
mean: 283.64913206
|
| 65 |
+
std: 4.38818501
|
| 66 |
+
vis:
|
| 67 |
+
mean: 32262.03285118
|
| 68 |
+
std: 21578.97975625
|
| 69 |
+
provider: ukv
|
| 70 |
+
time_resolution_minutes: 60
|
| 71 |
+
zarr_path: PLACEHOLDER.zarr
|
| 72 |
solar_position:
|
| 73 |
interval_end_minutes: 480
|
| 74 |
interval_start_minutes: -120
|
model_config.yaml
CHANGED
|
@@ -7,18 +7,16 @@ output_quantiles:
|
|
| 7 |
- 0.75
|
| 8 |
- 0.9
|
| 9 |
- 0.98
|
| 10 |
-
nwp_encoders_dict:
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
batch_norm: true
|
| 21 |
-
dropout_frac: 0.0
|
| 22 |
add_image_embedding_channel: false
|
| 23 |
pv_encoder: null
|
| 24 |
output_network:
|
|
@@ -36,8 +34,10 @@ history_minutes: 120
|
|
| 36 |
min_sat_delay_minutes: 30
|
| 37 |
sat_history_minutes: 60
|
| 38 |
pv_history_minutes: 180
|
| 39 |
-
nwp_history_minutes:
|
| 40 |
-
|
|
|
|
|
|
|
| 41 |
location_id_mapping:
|
| 42 |
1: 1
|
| 43 |
2: 2
|
|
|
|
| 7 |
- 0.75
|
| 8 |
- 0.9
|
| 9 |
- 0.98
|
| 10 |
+
nwp_encoders_dict:
|
| 11 |
+
ukv:
|
| 12 |
+
_target_: pvnet.models.late_fusion.encoders.encoders3d.DefaultPVNet
|
| 13 |
+
_partial_: true
|
| 14 |
+
in_channels: 11
|
| 15 |
+
out_features: 256
|
| 16 |
+
number_of_conv3d_layers: 6
|
| 17 |
+
conv3d_channels: 32
|
| 18 |
+
image_size_pixels: 24
|
| 19 |
+
sat_encoder: null
|
|
|
|
|
|
|
| 20 |
add_image_embedding_channel: false
|
| 21 |
pv_encoder: null
|
| 22 |
output_network:
|
|
|
|
| 34 |
min_sat_delay_minutes: 30
|
| 35 |
sat_history_minutes: 60
|
| 36 |
pv_history_minutes: 180
|
| 37 |
+
nwp_history_minutes:
|
| 38 |
+
ukv: 120
|
| 39 |
+
nwp_forecast_minutes:
|
| 40 |
+
ukv: 480
|
| 41 |
location_id_mapping:
|
| 42 |
1: 1
|
| 43 |
2: 2
|
model_weights.safetensors
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:8d71121e13487c529f36a4cb4b7c215ece35a665d662e14d836b7332bc2c478d
|
| 3 |
+
size 27734920
|