James Fulton
commited on
Commit
·
22e5771
1
Parent(s):
805ca9b
update model to work with PVNet=2.5 and datapipes=2.3
Browse files- config.json +12 -10
- data_config.yaml +10 -12
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -10,14 +10,16 @@
|
|
10 |
0.98
|
11 |
],
|
12 |
|
13 |
-
"
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
|
|
|
|
21 |
},
|
22 |
|
23 |
"sat_encoder": {
|
@@ -47,8 +49,8 @@
|
|
47 |
"forecast_minutes": 480,
|
48 |
"history_minutes": 120,
|
49 |
"sat_history_minutes": 90,
|
50 |
-
"nwp_history_minutes": 120,
|
51 |
-
"nwp_forecast_minutes": 480,
|
52 |
"min_sat_delay_minutes": 60,
|
53 |
|
54 |
"optimizer": {
|
|
|
10 |
0.98
|
11 |
],
|
12 |
|
13 |
+
"nwp_encoders_dict": {
|
14 |
+
"ukv": {
|
15 |
+
"_target_": "pvnet.models.multimodal.encoders.encoders3d.DefaultPVNet",
|
16 |
+
"_partial_": true,
|
17 |
+
"in_channels": 2,
|
18 |
+
"out_features": 256,
|
19 |
+
"number_of_conv3d_layers": 6,
|
20 |
+
"conv3d_channels": 32,
|
21 |
+
"image_size_pixels": 24
|
22 |
+
}
|
23 |
},
|
24 |
|
25 |
"sat_encoder": {
|
|
|
49 |
"forecast_minutes": 480,
|
50 |
"history_minutes": 120,
|
51 |
"sat_history_minutes": 90,
|
52 |
+
"nwp_history_minutes": {"ukv": 120},
|
53 |
+
"nwp_forecast_minutes": {"ukv": 480},
|
54 |
"min_sat_delay_minutes": 60,
|
55 |
|
56 |
"optimizer": {
|
data_config.yaml
CHANGED
@@ -9,7 +9,6 @@ input_data:
|
|
9 |
forecast_minutes: 480
|
10 |
gsp_zarr_path: PLACEHOLDER.zarr
|
11 |
history_minutes: 120
|
12 |
-
metadata_only: false
|
13 |
start_datetime: '1900-01-01T00:00:00'
|
14 |
time_resolution_minutes: 30
|
15 |
hrvsatellite:
|
@@ -22,15 +21,16 @@ input_data:
|
|
22 |
hrvsatellite_zarr_path: ''
|
23 |
time_resolution_minutes: 5
|
24 |
nwp:
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
|
|
34 |
satellite:
|
35 |
forecast_minutes: 0
|
36 |
history_minutes: 90
|
@@ -51,5 +51,3 @@ input_data:
|
|
51 |
satellite_image_size_pixels_width: 24
|
52 |
satellite_zarr_path: PLACEHOLDER.zarr
|
53 |
time_resolution_minutes: 5
|
54 |
-
output_data:
|
55 |
-
filepath: not-needed
|
|
|
9 |
forecast_minutes: 480
|
10 |
gsp_zarr_path: PLACEHOLDER.zarr
|
11 |
history_minutes: 120
|
|
|
12 |
start_datetime: '1900-01-01T00:00:00'
|
13 |
time_resolution_minutes: 30
|
14 |
hrvsatellite:
|
|
|
21 |
hrvsatellite_zarr_path: ''
|
22 |
time_resolution_minutes: 5
|
23 |
nwp:
|
24 |
+
ukv:
|
25 |
+
forecast_minutes: 480
|
26 |
+
history_minutes: 120
|
27 |
+
nwp_channels:
|
28 |
+
- t
|
29 |
+
- dswrf
|
30 |
+
nwp_image_size_pixels_height: 24
|
31 |
+
nwp_image_size_pixels_width: 24
|
32 |
+
nwp_zarr_path: PLACEHOLDER.zarr
|
33 |
+
time_resolution_minutes: 60
|
34 |
satellite:
|
35 |
forecast_minutes: 0
|
36 |
history_minutes: 90
|
|
|
51 |
satellite_image_size_pixels_width: 24
|
52 |
satellite_zarr_path: PLACEHOLDER.zarr
|
53 |
time_resolution_minutes: 5
|
|
|
|
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:2701ff9c3e511fcab9932359d33411acf698b707a55de26e5e98c400eb5115fc
|
3 |
+
size 46579902
|