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

Branch model 27.01 #150

Closed JackKelly closed 2 years ago

JackKelly commented 2 years ago

This is the model that's been training for a few days on GCP, and seems to be doing quite well:

https://wandb.ai/openclimatefix/power_perceiver/runs/ynzx6t0n

JackKelly commented 2 years ago

Actually, after thinking about this more, I think branching is a terrible idea :slightly_smiling_face: because then we'll end up with two really rather different branches, that will be a nightmare to manually merge.

So, instead, I'm going to modify the code (from HEAD) so it works again with experiment 27. This shouldn't be too much work, and means that the code in production can benefit from all the refactoring I did on Friday.