deep-burst-sr icon indicating copy to clipboard operation
deep-burst-sr copied to clipboard

Update default_realworld.py

Open Yuki-11 opened this issue 4 months ago • 0 comments

Removed the listing of burstsr_val in the sampler.IndexedBurst argument. The sampler.IndexedBurst class does not expect datasets to be passed as a list, but rather expects a single dataset as an argument. This update ensures compatibility with the expected input type in IndexedBurst.

Currently, without this fix, the val dataset will not be processed correctly, as sampler.IndexedBurst is not designed to handle a list of datasets.

Yuki-11 avatar Oct 25 '24 11:10 Yuki-11