Currently PVNet uses ocf_datapipes for batch creation and part of its data pipeline for model training, since we are moving to ocf-data-sampler we should add support for using ocf-data-sampler to create batches and use it for model training in PVNet
Detailed Description
Things that will need to be added:
A save batches script (or updating the current one) which uses ocf-data-sampler
A datamodule for model training which uses ocf-dat-sampler / doesn't depend on ocf_datapipes
Currently PVNet uses ocf_datapipes for batch creation and part of its data pipeline for model training, since we are moving to ocf-data-sampler we should add support for using ocf-data-sampler to create batches and use it for model training in PVNet
Detailed Description
Things that will need to be added: