Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
license: mit
|
| 4 |
-
library_name: pytorch
|
| 5 |
---
|
| 6 |
|
| 7 |
|
|
@@ -9,12 +7,12 @@ library_name: pytorch
|
|
| 9 |
|
| 10 |
|
| 11 |
|
| 12 |
-
#
|
| 13 |
|
| 14 |
## Model Description
|
| 15 |
|
| 16 |
<!-- Provide a longer summary of what this model is/does. -->
|
| 17 |
-
This model class
|
| 18 |
|
| 19 |
- **Developed by:** openclimatefix
|
| 20 |
- **Model type:** Fusion model
|
|
@@ -33,14 +31,14 @@ The model is trained on data from 2017-2020 and validated on data from 2021. See
|
|
| 33 |
|
| 34 |
### Preprocessing
|
| 35 |
|
| 36 |
-
Data is prepared with the `ocf_datapipes.training.pvnet` datapipe [
|
| 37 |
|
| 38 |
|
| 39 |
## Results
|
| 40 |
|
| 41 |
-
The training logs for the current model can be found [here on wandb](https://wandb.ai/openclimatefix/
|
| 42 |
|
| 43 |
-
The training logs for all model runs of
|
| 44 |
|
| 45 |
Some experimental notes can be found at in [the google doc](https://docs.google.com/document/d/1fbkfkBzp16WbnCg7RDuRDvgzInA6XQu3xh4NCjV-WDA/edit?usp=sharing)
|
| 46 |
|
|
@@ -51,5 +49,6 @@ Trained on a single NVIDIA Tesla T4
|
|
| 51 |
|
| 52 |
### Software
|
| 53 |
|
| 54 |
-
- [1] https://github.com/openclimatefix/
|
| 55 |
-
- [2] https://github.com/openclimatefix/
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
{{ card_data }}
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
|
|
|
|
| 7 |
|
| 8 |
|
| 9 |
|
| 10 |
+
# PVNet_summation
|
| 11 |
|
| 12 |
## Model Description
|
| 13 |
|
| 14 |
<!-- Provide a longer summary of what this model is/does. -->
|
| 15 |
+
This model class sums the output of the PVNet model's GSP level predictions to make a national forecast of UK PV output. More information can be found in the model repo [1], the PVNet model repo [2], and experimental notes in [this google doc](https://docs.google.com/document/d/1fbkfkBzp16WbnCg7RDuRDvgzInA6XQu3xh4NCjV-WDA/edit?usp=sharing).
|
| 16 |
|
| 17 |
- **Developed by:** openclimatefix
|
| 18 |
- **Model type:** Fusion model
|
|
|
|
| 31 |
|
| 32 |
### Preprocessing
|
| 33 |
|
| 34 |
+
Data is prepared with the `ocf_datapipes.training.pvnet` datapipe [3].
|
| 35 |
|
| 36 |
|
| 37 |
## Results
|
| 38 |
|
| 39 |
+
The training logs for the current model can be found [here on wandb](https://wandb.ai/openclimatefix/pvnet_summation/runs/zda9wo7u).
|
| 40 |
|
| 41 |
+
The training logs for all model runs of PVNet_summation can be found [here](https://wandb.ai/openclimatefix/pvnet_summation).
|
| 42 |
|
| 43 |
Some experimental notes can be found at in [the google doc](https://docs.google.com/document/d/1fbkfkBzp16WbnCg7RDuRDvgzInA6XQu3xh4NCjV-WDA/edit?usp=sharing)
|
| 44 |
|
|
|
|
| 49 |
|
| 50 |
### Software
|
| 51 |
|
| 52 |
+
- [1] https://github.com/openclimatefix/PVNet_summation
|
| 53 |
+
- [2] https://github.com/openclimatefix/PVNet
|
| 54 |
+
- [3] https://github.com/openclimatefix/ocf_datapipes
|