Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Meta] Datapipes for Training Checklist #52

Open
8 of 15 tasks
jacobbieker opened this issue Sep 7, 2022 · 2 comments
Open
8 of 15 tasks

[Meta] Datapipes for Training Checklist #52

jacobbieker opened this issue Sep 7, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@jacobbieker
Copy link
Member

jacobbieker commented Sep 7, 2022

This is the steps needed to make Datapipes work for training as well as production, which was covered in #18. As part of that, these functions for training have already been completed:

  1. Loading of basic raw data
  2. Transform data and normalization

TODO

Loading

  • Load ERA5 NWP
  • Load GFS NWP
  • Load new RSS imagery
  • Load new Topographic Data (Copernicus topo maps)
  • Load from HuggingFace Datasets

Selecting

  • Tests for selecting time periods, including support for t0 offsets
  • T0 offset time picker
  • T0 picker

Transform

@jacobbieker jacobbieker added the enhancement New feature or request label Sep 7, 2022
@peterdudfield
Copy link
Contributor

peterdudfield commented Sep 30, 2022

Ive added a training pipe lines in https://github.com/openclimatefix/ocf_datapipes/blob/main/ocf_datapipes/training/nwp_pv.py and it seems to work. It only loads PV and a reduce NWP dataset

@jacobbieker
Copy link
Member Author

@dfulu added the offsets in #194 #192

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants