We are currently loading each step of an autoregressive rollout independently in training. This means that when we're not using dask (which is the usual case) we duplicate loads for adjacent steps. We should coalesce these across the full time range for one load, given hist etc.
@fomo-bot can you confirm the problem and propose a solution in a PR?
We are currently loading each step of an autoregressive rollout independently in training. This means that when we're not using dask (which is the usual case) we duplicate loads for adjacent steps. We should coalesce these across the full time range for one load, given hist etc.
@fomo-bot can you confirm the problem and propose a solution in a PR?