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

Implement & test spatio-temporal position encoding #4

Closed JackKelly closed 2 years ago

JackKelly commented 2 years ago

Detailed Description

Probably go back to using absolute encoding.

Need sufficient channels so the model can understand where the whole image is in time and space, and also which pixels are next to each other, etc.

Possible Implementation

Base this on code from my "December" model. But with tests!

JackKelly commented 2 years ago

This is a duplicate of issue #31