Skip to content
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

Fail to run the movingmnist #13

Open
astraeus1258 opened this issue Nov 10, 2021 · 2 comments
Open

Fail to run the movingmnist #13

astraeus1258 opened this issue Nov 10, 2021 · 2 comments

Comments

@astraeus1258
Copy link

I try to run the model using movingmnist but failed, it shows "RuntimeError: The size of tensor a (7) must match the size of tensor b (4) at non-singleton dimension 3", I checked the dataset and make sure that the number of pictures can be envely divisible. Could you please tell me why?

@sangmin-git
Copy link
Owner

This error is caused by mismatch of two tensor sizes, so it is needed to check debugging at that point. If the input is properly given (refer to dataset section in README.md), no error occurs with the code.

Thanks!

@astraeus1258
Copy link
Author

astraeus1258 commented Dec 8, 2021 via email

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

No branches or pull requests

2 participants