openclimatefix / pvnet_app

Application for running PVNet in production
MIT License
1 stars 3 forks source link

Fix UKV channel permutation #95

Closed dfulu closed 4 days ago

dfulu commented 4 days ago

An issue occurred in creating the v9 batches where the UKV channels were rearranged into alphabetical order. This meant when training the model was given the UKV channels in alphabetical order but live we were feeding them in in the order they appeared in the data config.

This pull request updates all the models using UKV so the data config used live has the UKV channels in alphabetical order and thus aligns train and production

Also added back in some of the models with different levels of satellite delay

peterdudfield commented 4 days ago

I think this is linked with this - https://github.com/openclimatefix/ocf_datapipes/issues/326