Upload folder using huggingface_hub
Browse files- README.md +1 -1
- config.json +2 -2
- data_config.yaml +6 -6
- pytorch_model.bin +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/NL-Solar/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/NL-Solar/runs/hc2sv5fj](https://wandb.ai/openclimatefix/NL-Solar/runs/hc2sv5fj)
|
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
@@ -17,7 +17,7 @@
|
|
17 |
"out_features": 64,
|
18 |
"number_of_conv3d_layers": 4,
|
19 |
"conv3d_channels": 32,
|
20 |
-
"image_size_pixels":
|
21 |
}
|
22 |
},
|
23 |
"sat_encoder": {
|
@@ -27,7 +27,7 @@
|
|
27 |
"out_features": 256,
|
28 |
"number_of_conv3d_layers": 6,
|
29 |
"conv3d_channels": 32,
|
30 |
-
"image_size_pixels":
|
31 |
},
|
32 |
"add_image_embedding_channel": false,
|
33 |
"pv_encoder": {
|
|
|
17 |
"out_features": 64,
|
18 |
"number_of_conv3d_layers": 4,
|
19 |
"conv3d_channels": 32,
|
20 |
+
"image_size_pixels": 36
|
21 |
}
|
22 |
},
|
23 |
"sat_encoder": {
|
|
|
27 |
"out_features": 256,
|
28 |
"number_of_conv3d_layers": 6,
|
29 |
"conv3d_channels": 32,
|
30 |
+
"image_size_pixels": 144
|
31 |
},
|
32 |
"add_image_embedding_channel": false,
|
33 |
"pv_encoder": {
|
data_config.yaml
CHANGED
@@ -28,8 +28,8 @@ input_data:
|
|
28 |
dropout_timedeltas_minutes:
|
29 |
- -180
|
30 |
forecast_minutes: 3120.0
|
31 |
-
image_size_pixels_height:
|
32 |
-
image_size_pixels_width:
|
33 |
interval_end_minutes: 2880
|
34 |
interval_start_minutes: -120
|
35 |
max_staleness_minutes: null
|
@@ -124,8 +124,8 @@ input_data:
|
|
124 |
- -20
|
125 |
- -25
|
126 |
- -30
|
127 |
-
image_size_pixels_height:
|
128 |
-
image_size_pixels_width:
|
129 |
interval_end_minutes: 0
|
130 |
interval_start_minutes: -90
|
131 |
live_delay_minutes: 60
|
@@ -166,8 +166,8 @@ input_data:
|
|
166 |
WV_073:
|
167 |
mean: 0.62479186
|
168 |
std: 0.12924142
|
169 |
-
satellite_image_size_pixels_height:
|
170 |
-
satellite_image_size_pixels_width:
|
171 |
time_resolution_minutes: 5
|
172 |
zarr_path: PLACEHOLDER.zarr
|
173 |
site:
|
|
|
28 |
dropout_timedeltas_minutes:
|
29 |
- -180
|
30 |
forecast_minutes: 3120.0
|
31 |
+
image_size_pixels_height: 36
|
32 |
+
image_size_pixels_width: 36
|
33 |
interval_end_minutes: 2880
|
34 |
interval_start_minutes: -120
|
35 |
max_staleness_minutes: null
|
|
|
124 |
- -20
|
125 |
- -25
|
126 |
- -30
|
127 |
+
image_size_pixels_height: 144
|
128 |
+
image_size_pixels_width: 144
|
129 |
interval_end_minutes: 0
|
130 |
interval_start_minutes: -90
|
131 |
live_delay_minutes: 60
|
|
|
166 |
WV_073:
|
167 |
mean: 0.62479186
|
168 |
std: 0.12924142
|
169 |
+
satellite_image_size_pixels_height: 144
|
170 |
+
satellite_image_size_pixels_width: 144
|
171 |
time_resolution_minutes: 5
|
172 |
zarr_path: PLACEHOLDER.zarr
|
173 |
site:
|
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:6f8393d756fdfc93240df4ad36708beac070297f5882935b9134bbed64a7f0a4
|
3 |
+
size 2658791554
|