Commit ·
c94356f
1
Parent(s): 273625b
Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +1 -0
- data_config.yaml +5 -5
- model_config.yaml +3 -4
- pytorch_model.bin +2 -2
.gitattributes
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -39,6 +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 |
|
| 43 |
|
| 44 |
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/None/runs/](https://wandb.ai/None/runs/)
|
| 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
|
@@ -27,9 +27,9 @@ input_data:
|
|
| 27 |
dropout_fraction: 1.0
|
| 28 |
dropout_timedeltas_minutes:
|
| 29 |
- -180
|
| 30 |
-
image_size_pixels_height:
|
| 31 |
-
image_size_pixels_width:
|
| 32 |
-
interval_end_minutes:
|
| 33 |
interval_start_minutes: -120
|
| 34 |
max_staleness_minutes: null
|
| 35 |
normalisation_constants:
|
|
@@ -169,11 +169,11 @@ input_data:
|
|
| 169 |
site:
|
| 170 |
capacity_mode: variable
|
| 171 |
file_path: /home/zak/projects/PVNet/nl_solar/pv_data/netherlands_pv_data_v2.nc
|
| 172 |
-
interval_end_minutes:
|
| 173 |
interval_start_minutes: -2880
|
| 174 |
metadata_file_path: /home/zak/projects/PVNet/nl_solar/pv_data/netherlands_metadata.csv
|
| 175 |
time_resolution_minutes: 15
|
| 176 |
solar_position:
|
| 177 |
-
interval_end_minutes:
|
| 178 |
interval_start_minutes: -2880
|
| 179 |
time_resolution_minutes: 15
|
|
|
|
| 27 |
dropout_fraction: 1.0
|
| 28 |
dropout_timedeltas_minutes:
|
| 29 |
- -180
|
| 30 |
+
image_size_pixels_height: 36
|
| 31 |
+
image_size_pixels_width: 36
|
| 32 |
+
interval_end_minutes: 2880
|
| 33 |
interval_start_minutes: -120
|
| 34 |
max_staleness_minutes: null
|
| 35 |
normalisation_constants:
|
|
|
|
| 169 |
site:
|
| 170 |
capacity_mode: variable
|
| 171 |
file_path: /home/zak/projects/PVNet/nl_solar/pv_data/netherlands_pv_data_v2.nc
|
| 172 |
+
interval_end_minutes: 2880
|
| 173 |
interval_start_minutes: -2880
|
| 174 |
metadata_file_path: /home/zak/projects/PVNet/nl_solar/pv_data/netherlands_metadata.csv
|
| 175 |
time_resolution_minutes: 15
|
| 176 |
solar_position:
|
| 177 |
+
interval_end_minutes: 2880
|
| 178 |
interval_start_minutes: -2880
|
| 179 |
time_resolution_minutes: 15
|
model_config.yaml
CHANGED
|
@@ -15,7 +15,7 @@ nwp_encoders_dict:
|
|
| 15 |
out_features: 64
|
| 16 |
number_of_conv3d_layers: 4
|
| 17 |
conv3d_channels: 32
|
| 18 |
-
image_size_pixels:
|
| 19 |
sat_encoder:
|
| 20 |
_target_: pvnet.models.multimodal.encoders.encoders3d.DefaultPVNet
|
| 21 |
_partial_: true
|
|
@@ -44,8 +44,7 @@ output_network:
|
|
| 44 |
embedding_dim: 16
|
| 45 |
include_sun: true
|
| 46 |
include_gsp_yield_history: false
|
| 47 |
-
|
| 48 |
-
forecast_minutes: 2160
|
| 49 |
history_minutes: 2880
|
| 50 |
interval_minutes: 15
|
| 51 |
min_sat_delay_minutes: 60
|
|
@@ -55,7 +54,7 @@ pv_interval_minutes: 15
|
|
| 55 |
nwp_history_minutes:
|
| 56 |
ecmwf: 120
|
| 57 |
nwp_forecast_minutes:
|
| 58 |
-
ecmwf:
|
| 59 |
nwp_interval_minutes:
|
| 60 |
ecmwf: 60
|
| 61 |
optimizer:
|
|
|
|
| 15 |
out_features: 64
|
| 16 |
number_of_conv3d_layers: 4
|
| 17 |
conv3d_channels: 32
|
| 18 |
+
image_size_pixels: 36
|
| 19 |
sat_encoder:
|
| 20 |
_target_: pvnet.models.multimodal.encoders.encoders3d.DefaultPVNet
|
| 21 |
_partial_: true
|
|
|
|
| 44 |
embedding_dim: 16
|
| 45 |
include_sun: true
|
| 46 |
include_gsp_yield_history: false
|
| 47 |
+
forecast_minutes: 2880
|
|
|
|
| 48 |
history_minutes: 2880
|
| 49 |
interval_minutes: 15
|
| 50 |
min_sat_delay_minutes: 60
|
|
|
|
| 54 |
nwp_history_minutes:
|
| 55 |
ecmwf: 120
|
| 56 |
nwp_forecast_minutes:
|
| 57 |
+
ecmwf: 2880
|
| 58 |
nwp_interval_minutes:
|
| 59 |
ecmwf: 60
|
| 60 |
optimizer:
|
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:5b61f0e9394122e2bf4e74f590cb5f7b79a7602c69fdcc4915412531132d9da9
|
| 3 |
+
size 1548612123
|