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

How to solve this runtime error problem? #60

Open
sunshine-lcc opened this issue Dec 26, 2019 · 1 comment
Open

How to solve this runtime error problem? #60

sunshine-lcc opened this issue Dec 26, 2019 · 1 comment

Comments

@sunshine-lcc
Copy link

I met the problem when I ran the instruction "python3 detect.py --images imgs --det det"
What should I do to solve this problem and why it happened?

Traceback (most recent call last):
File "detect.py", line 234, in
output = torch.cat((output,prediction))
RuntimeError: invalid argument 0: Sizes of tensors must match except in dimension 0. Got 86 and 8 in dimension 1 at /opt/conda/conda-bld/pytorch_1544176307774/work/aten/src/THC/generic/THCTensorMath.cu:83

@lilxmx
Copy link

lilxmx commented Feb 2, 2022

I met the same one, have you resolve it?

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