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
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