error
Opened this issue · 3 comments
vaibhav030798 commented
raise ValueError("num_samples should be a positive integer "
ValueError: num_samples should be a positive integer value, but got num_samples=0
Suimingzhe commented
I have this problem too, have you solved it?
ZNzhr commented
Be aware of the parameters when calling DataLoader.With batch_simple,random samples do not need shuffle.So,shuffle should be set to False.