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

Pass through both models without any `for` loops #54

Closed JackKelly closed 2 years ago

JackKelly commented 2 years ago

Tidy up the timings. Run the "satellite transformer" at 5-minute intervals (instead of 30-minute). Predict 2 hours into the future. Use 1 hour of history. (The tricky thing is that the 5-minutely data starts at random times past the hour). So, simplify by only using a single timestep of satellite imagery at a time. Which might hurt the performance of the "satellite transformer" model but maybe the "time transformer" will figure it out?

image