Skip to content

from torchvision.datasets import * i can't through this way import MovingMNIST #8704

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
zhangyiqian001 opened this issue Nov 1, 2024 · 2 comments · Fixed by #8705
Closed

Comments

@zhangyiqian001
Copy link

zhangyiqian001 commented Nov 1, 2024

🐛 Describe the bug

from torchvision.datasets import *
i can't through this way import MovingMNIST
init.py missing MovingMNIST in all list
image

Versions

torchvision:0.15.2+cu118

@abhi-glitchhg
Copy link
Contributor

I can reproduce the error (even for main branch). The reason is MovingMNIST is missing from the following list.

__all__ = (
"LSUN",
"LSUNClass",
"ImageFolder",
"DatasetFolder",
"FakeData",
"CocoCaptions",
"CocoDetection",
"CIFAR10",
"CIFAR100",
"EMNIST",
"FashionMNIST",
"QMNIST",
"MNIST",
"KMNIST",
"StanfordCars",
"STL10",
"SUN397",
"SVHN",
"PhotoTour",
"SEMEION",
"Omniglot",
"SBU",
"Flickr8k",
"Flickr30k",
"Flowers102",
"VOCSegmentation",
"VOCDetection",
"Cityscapes",
"ImageNet",
"Caltech101",
"Caltech256",
"CelebA",
"WIDERFace",
"SBDataset",
"VisionDataset",
"USPS",
"Kinetics",
"HMDB51",
"UCF101",
"Places365",
"Kitti",

@zyq213 Would you like to send fix for this?

@NicolasHug
Copy link
Member

Thanks for the report @zyq213 and for the help @abhi-glitchhg , I fixed it in #8705

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants