-
Notifications
You must be signed in to change notification settings - Fork 431
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
dist = tag_mean.unsqueeze(1) - tag_mean.unsqueeze(2) RuntimeError: Dimension out of range (expected to be in range of [-2, 1], but got 2) #27
Comments
the same problem,i've met |
but i used cuda 9 instead |
the same problem,i've met,do you know how to solve it now? |
i can work now,batch size can't be 1,do you set it the same? i set 2,now it works |
if I want to set batch_size = 1,how to solve the problem? |
WHY? Why does it work?! It solves literally everything! I had chunk_size = [1, 1, 1], batch_size = 3. And it provoked my PC reboot for CornerNet and this issue for CornerNet_Saccade. |
up to now, Is there an effective solution to this problem——use the bach_size == 1; |
No description provided.
The text was updated successfully, but these errors were encountered: