Migrate model to pvnet-summation version 1.0.0.post0+git.cd7464d2.dirty
Browse files- README.md +4 -1
- datamodule_config.yaml +3 -0
- model_config.yaml +14 -14
- pytorch_model.bin → model_weights.safetensors +2 -2
README.md
CHANGED
|
@@ -57,4 +57,7 @@ Trained on a single NVIDIA Tesla T4
|
|
| 57 |
|
| 58 |
- [1] https://github.com/openclimatefix/PVNet_summation
|
| 59 |
- [2] https://github.com/openclimatefix/PVNet
|
| 60 |
-
- [3] https://github.com/openclimatefix/ocf-data-sampler
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
|
| 58 |
- [1] https://github.com/openclimatefix/PVNet_summation
|
| 59 |
- [2] https://github.com/openclimatefix/PVNet
|
| 60 |
+
- [3] https://github.com/openclimatefix/ocf-data-sampler
|
| 61 |
+
|
| 62 |
+
---
|
| 63 |
+
**Migration Note**: This model was migrated on 2025-08-08 to pvnet-summation version 1.0.0.post0+git.cd7464d2.dirty
|
datamodule_config.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pvnet_model:
|
| 2 |
+
model_id: openclimatefix/pvnet_uk_region_day_ahead
|
| 3 |
+
revision: 9d00f3f7888ef7dee4af8554bc1e2f7c2edfb43b
|
model_config.yaml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
_target_: pvnet_summation.models.
|
| 2 |
output_quantiles:
|
| 3 |
- 0.02
|
| 4 |
- 0.1
|
|
@@ -7,23 +7,23 @@ output_quantiles:
|
|
| 7 |
- 0.75
|
| 8 |
- 0.9
|
| 9 |
- 0.98
|
| 10 |
-
model_name: openclimatefix/pvnet_uk_region_day_ahead
|
| 11 |
-
model_version: e12f7d7c16a00c41b03aecb787a7e992fbd4235b
|
| 12 |
output_network:
|
| 13 |
-
_target_: pvnet.models.
|
| 14 |
_partial_: true
|
| 15 |
fc_hidden_features: 128
|
| 16 |
n_res_blocks: 2
|
| 17 |
res_block_layers: 2
|
| 18 |
dropout_frac: 0.1
|
| 19 |
-
relative_scale_pvnet_outputs: false
|
| 20 |
predict_difference_from_sum: true
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
_target_: pvnet_summation.models.dense_model.DenseModel
|
| 2 |
output_quantiles:
|
| 3 |
- 0.02
|
| 4 |
- 0.1
|
|
|
|
| 7 |
- 0.75
|
| 8 |
- 0.9
|
| 9 |
- 0.98
|
|
|
|
|
|
|
| 10 |
output_network:
|
| 11 |
+
_target_: pvnet.models.late_fusion.linear_networks.networks.ResFCNet
|
| 12 |
_partial_: true
|
| 13 |
fc_hidden_features: 128
|
| 14 |
n_res_blocks: 2
|
| 15 |
res_block_layers: 2
|
| 16 |
dropout_frac: 0.1
|
|
|
|
| 17 |
predict_difference_from_sum: true
|
| 18 |
+
num_input_locations: 331
|
| 19 |
+
history_minutes: 120
|
| 20 |
+
forecast_minutes: 2160
|
| 21 |
+
interval_minutes: 30
|
| 22 |
+
input_quantiles:
|
| 23 |
+
- 0.02
|
| 24 |
+
- 0.1
|
| 25 |
+
- 0.25
|
| 26 |
+
- 0.5
|
| 27 |
+
- 0.75
|
| 28 |
+
- 0.9
|
| 29 |
+
- 0.98
|
pytorch_model.bin → model_weights.safetensors
RENAMED
|
@@ -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:1498a14dfc7126ef2e4eb045042d9d912c539b95ea1bd91e184ed2b047ba0d6c
|
| 3 |
+
size 86968264
|