pytorch-tutorial
pytorch-tutorial copied to clipboard
0-sized dataset produces an error when given to DataLoader
with pytorch 1.2 a dataset of size 0 produces an error. this PR adds a remark on this feature and how a user can resolve this.