aaron-xichen / pytorch-playground

Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)
MIT License
2.62k stars 612 forks source link

MNIST #24

Closed Mengxianke closed 4 years ago

Mengxianke commented 5 years ago

There is something wrong, When I run the line for idx, (data, target) in enumerate(tqdm.tqdm(ds, total=n_sample)): in misc.py

aaron-xichen commented 4 years ago

Could you provide more context information?