james-ocf commited on
Commit
9d27d1a
·
verified ·
1 Parent(s): 020aba8

Migrate model to pvnet version 5.0.3.post0+git.c5a17176.dirty

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. data_config.yaml +59 -55
  3. model_config.yaml +14 -14
  4. 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/js9gt7hc](https://wandb.ai/openclimatefix/pvnet2.1/runs/js9gt7hc)
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
- satellite:
14
- channels:
15
- - IR_016
16
- - IR_039
17
- - IR_087
18
- - IR_097
19
- - IR_108
20
- - IR_120
21
- - IR_134
22
- - VIS006
23
- - VIS008
24
- - WV_062
25
- - WV_073
26
- dropout_fraction: 0.0
27
- dropout_timedeltas_minutes: []
28
- image_size_pixels_height: 24
29
- image_size_pixels_width: 24
30
- interval_end_minutes: -30
31
- interval_start_minutes: -60
32
- normalisation_constants:
33
- IR_016:
34
- mean: 0.17594202
35
- std: 0.21462157
36
- IR_039:
37
- mean: 0.86167645
38
- std: 0.04618041
39
- IR_087:
40
- mean: 0.7719318
41
- std: 0.06687243
42
- IR_097:
43
- mean: 0.8014212
44
- std: 0.0468558
45
- IR_108:
46
- mean: 0.71254843
47
- std: 0.17482725
48
- IR_120:
49
- mean: 0.89058584
50
- std: 0.06115861
51
- IR_134:
52
- mean: 0.944365
53
- std: 0.04492306
54
- VIS006:
55
- mean: 0.09633306
56
- std: 0.12184761
57
- VIS008:
58
- mean: 0.11426069
59
- std: 0.13090034
60
- WV_062:
61
- mean: 0.7359355
62
- std: 0.16111417
63
- WV_073:
64
- mean: 0.62479186
65
- std: 0.12924142
66
- time_resolution_minutes: 5
67
- zarr_path: PLACEHOLDER.zarr
 
 
 
 
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: null
11
- sat_encoder:
12
- _target_: pvnet.models.late_fusion.encoders.encoders3d.ResConv3DNet
13
- _partial_: true
14
- in_channels: 11
15
- out_features: 256
16
- image_size_pixels: 24
17
- hidden_channels: 32
18
- n_res_blocks: 3
19
- res_block_layers: 3
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: null
40
- nwp_forecast_minutes: null
 
 
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:71b24e755313d03bcf3f5aaa89b5f222f10ac764085ddc5d160617af0937101d
3
- size 4167768
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d71121e13487c529f36a4cb4b7c215ece35a665d662e14d836b7332bc2c478d
3
+ size 27734920