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

Give SatelliteTransformer and time_transformer the t0 time encoding #93

Closed JackKelly closed 2 years ago

JackKelly commented 2 years ago

Give SatelliteTransformer and time_transformer the forecast timestep (and probably remove the zero/one signal into the time_transformer about whether that timestep is history or future).

Maybe include the t0 time encoding in every query. Need to be careful when we select a subset of timesteps though