You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I didn't quite understand the function of self._pos_start in RandomSampler and Sequenatial Sampler in dataloader.py. From my perspective, it can work in the same way without it, which means this two sampler needn‘t be overwritten?
Hi! I didn't quite understand the function of self._pos_start in RandomSampler and Sequenatial Sampler in dataloader.py. From my perspective, it can work in the same way without it, which means this two sampler needn‘t be overwritten?