openclimatefix / power_perceiver

Machine learning experiments using the Perceiver IO model to forecast the electricity system (starting with solar)
MIT License
7 stars 1 forks source link

Convert 'Batch' to model dict #184

Closed peterdudfield closed 1 year ago

peterdudfield commented 1 year ago

as described here, change Batch object in dict object for model. Hopefully they are clear what shape they should be, and how they should be used

the following keys are needed

Optional extra, make this into pydantic object

jacobbieker commented 1 year ago

Closing this as using datapipes