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

RuntimeError: The size of tensor a (109) must match the size of tensor b (71) at non-singleton dimension 2 #15

Open
ciwei123 opened this issue Oct 30, 2020 · 3 comments

Comments

@ciwei123
Copy link

@tencent-adm RuntimeError: The size of tensor a (109) must match the size of tensor b (71) at non-singleton dimension 2

@haiqwang
Copy link

haiqwang commented Dec 3, 2020

Please give more information, i.e. all necessary information we could reproduce this error.

@shenyuanz
Copy link

dataset/dataset.py Line 144
frame_count = os.path.getsize(file_path) / bytes_per_frame
change to
frame_count = int(os.path.getsize(file_path) / bytes_per_frame)

@ben-19970527
Copy link

i have the same question,maybe the dataset is bad,you can try delete the bad video

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

4 participants