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

Single Transformer Encoder which sees all timesteps of history #48

Closed JackKelly closed 2 years ago

JackKelly commented 2 years ago

Simple model: Just a transformer encoder that sees all the "byte array" and "query" concatenated together.

JackKelly commented 2 years ago

Huh. The model is showing little skill at predicting ramps:

image

Going to take a different tack: #50