DynamicBalanceClassSampler example does not use sampler.
I also can not use it and the reason is incompatibility with current DataLoader realisation. Current DL expects to have batch_size in Sampler class and restircts to have batch_size and sampler simultaneously.
So, looks like no one can use it rn
Hi! Thank you for your contribution! Please re-check all issue template checklists - unfilled issues would be closed automatically. And do not forget to join our slack for collaboration.
DynamicBalanceClassSampler example does not use sampler. I also can not use it and the reason is incompatibility with current
DataLoader
realisation. Current DL expects to havebatch_size
inSampler
class and restircts to havebatch_size
andsampler
simultaneously. So, looks like no one can use it rnFAQ
Please review the FAQ before submitting an issue: