-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Comments
I can reproduce the error (even for main branch). The reason is MovingMNIST is missing from the following list. vision/torchvision/datasets/__init__.py Lines 59 to 100 in fa99a53
@zyq213 Would you like to send fix for this? |
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
🐛 Describe the bug
from torchvision.datasets import *
i can't through this way import MovingMNIST
init.py missing MovingMNIST in all list
Versions
torchvision:0.15.2+cu118
The text was updated successfully, but these errors were encountered: