-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sukhil Patel
authored and
Sukhil Patel
committed
Aug 7, 2024
1 parent
e2b27ac
commit 91e26ad
Showing
5 changed files
with
129 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 51 additions & 0 deletions
51
pvnet/models/model_cards/pvnet_india_model_card_template.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
{{ card_data }} | ||
--- | ||
|
||
|
||
|
||
|
||
|
||
|
||
# PVNet India | ||
|
||
## Model Description | ||
|
||
<!-- Provide a longer summary of what this model is/does. --> | ||
This model class uses numerical weather prediction and recent wind power output to forecast the PV power in North West India over the next 48 hours. More information can be found in the model repo [1] and experimental notes [here](https://github.com/openclimatefix/PVNet/tree/main/experiments/india). | ||
|
||
|
||
- **Developed by:** openclimatefix | ||
- **Model type:** Fusion model | ||
- **Language(s) (NLP):** en | ||
- **License:** mit | ||
|
||
|
||
# Training Details | ||
|
||
## Data | ||
|
||
<!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. --> | ||
|
||
The model is trained on data from 2019-2022 and validated on data from 2022-2023. See experimental notes [here](https://github.com/openclimatefix/PVNet/tree/main/experiments/india) | ||
|
||
|
||
### Preprocessing | ||
|
||
Data is prepared with the `ocf_datapipes.training.pvnet_site` datapipe [2]. | ||
|
||
|
||
## Results | ||
|
||
The training logs for the current model can be found here: | ||
{{ wandb_links }} | ||
|
||
|
||
### Hardware | ||
|
||
Trained on a single NVIDIA Tesla T4 | ||
|
||
### Software | ||
|
||
- [1] https://github.com/openclimatefix/PVNet | ||
- [2] https://github.com/openclimatefix/ocf_datapipes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
{{ card_data }} | ||
--- | ||
|
||
|
||
|
||
|
||
|
||
|
||
# WindNet | ||
|
||
## Model Description | ||
|
||
<!-- Provide a longer summary of what this model is/does. --> | ||
This model class uses numerical weather prediction and recent wind power output to forecast the wind power in North West India over the next 48 hours at 15 minute granularity. More information can be found in the model repo [1] and experimental notes [here](https://github.com/openclimatefix/PVNet/tree/main/experiments/india). | ||
|
||
|
||
- **Developed by:** openclimatefix | ||
- **Model type:** Fusion model | ||
- **Language(s) (NLP):** en | ||
- **License:** mit | ||
|
||
|
||
# Training Details | ||
|
||
## Data | ||
|
||
<!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. --> | ||
|
||
The model is trained on data from 2019-2022 and validated on data from 2022-2023. See experimental notes [here](https://github.com/openclimatefix/PVNet/tree/main/experiments/india) | ||
|
||
|
||
### Preprocessing | ||
|
||
Data is prepared with the `ocf_datapipes.training.windnet` datapipe [2]. | ||
|
||
|
||
## Results | ||
|
||
The training logs for the current model can be found here: | ||
{{ wandb_links }} | ||
|
||
|
||
### Hardware | ||
|
||
Trained on a single NVIDIA Tesla T4 | ||
|
||
### Software | ||
|
||
- [1] https://github.com/openclimatefix/PVNet | ||
- [2] https://github.com/openclimatefix/ocf_datapipes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters