yefanTao

Results 1 comments of yefanTao

I am having the same issue in ubuntu. ``` from torchtext.datasets import IMDB train_iter, test_iter = IMDB(split=('train','test')) print(len([label for label, data in train_iter])) ``` the train dataset has only entries...