jacobbieker
commited on
Commit
•
2237c64
1
Parent(s):
69e2d7f
Upload folder using huggingface_hub
Browse files- README.md +1 -1
- config.json +4 -3
- data_config.yaml +3 -3
- 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/jn8nqzcp](https://wandb.ai/openclimatefix/pvnet2.1/runs/jn8nqzcp)
|
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,6 +10,7 @@
|
|
10 |
0.98
|
11 |
],
|
12 |
"interval_minutes": 15,
|
|
|
13 |
"pv_interval_minutes": 15,
|
14 |
"nwp_encoders_dict": {
|
15 |
"ecmwf": {
|
@@ -17,9 +18,9 @@
|
|
17 |
"_partial_": true,
|
18 |
"in_channels": 12,
|
19 |
"out_features": 256,
|
20 |
-
"number_of_conv3d_layers":
|
21 |
-
"conv3d_channels":
|
22 |
-
"image_size_pixels":
|
23 |
}
|
24 |
},
|
25 |
"pv_encoder": {
|
|
|
10 |
0.98
|
11 |
],
|
12 |
"interval_minutes": 15,
|
13 |
+
"use_weighted_loss": false,
|
14 |
"pv_interval_minutes": 15,
|
15 |
"nwp_encoders_dict": {
|
16 |
"ecmwf": {
|
|
|
18 |
"_partial_": true,
|
19 |
"in_channels": 12,
|
20 |
"out_features": 256,
|
21 |
+
"number_of_conv3d_layers": 12,
|
22 |
+
"conv3d_channels": 64,
|
23 |
+
"image_size_pixels": 64
|
24 |
}
|
25 |
},
|
26 |
"pv_encoder": {
|
data_config.yaml
CHANGED
@@ -16,14 +16,14 @@ input_data:
|
|
16 |
- prate
|
17 |
- sde
|
18 |
- sr
|
19 |
-
-
|
20 |
- tcc
|
21 |
- u10
|
22 |
- v10
|
23 |
- dlwrf
|
24 |
- dswrf
|
25 |
-
nwp_image_size_pixels_height:
|
26 |
-
nwp_image_size_pixels_width:
|
27 |
nwp_provider: ecmwf
|
28 |
nwp_zarr_path: PLACEHOLDER.zarr
|
29 |
time_resolution_minutes: 60
|
|
|
16 |
- prate
|
17 |
- sde
|
18 |
- sr
|
19 |
+
- t
|
20 |
- tcc
|
21 |
- u10
|
22 |
- v10
|
23 |
- dlwrf
|
24 |
- dswrf
|
25 |
+
nwp_image_size_pixels_height: 64
|
26 |
+
nwp_image_size_pixels_width: 64
|
27 |
nwp_provider: ecmwf
|
28 |
nwp_zarr_path: PLACEHOLDER.zarr
|
29 |
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:7a46976ec719bb0426a28083fa59f9f02639deb926e47fc13ac74c9019124306
|
3 |
+
size 2628416002
|