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
In torch.utils.data.sampler there is RandomSampler and SubsetRandomSampler but not SubsetSampler in cases you don't want random sampling from the indices. Any reasons for this? If it is just a missing feature, I can send a PR.
In
torch.utils.data.samplerthere isRandomSamplerandSubsetRandomSamplerbut notSubsetSamplerin cases you don't want random sampling from the indices. Any reasons for this? If it is just a missing feature, I can send a PR.