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

Fix .data[0] and tensor index problem #322

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

YuriCat
Copy link

@YuriCat YuriCat commented Apr 12, 2019

Getting scalar value by '.data[0]' is now unsuported, so I replaced them by 'items()'.

On line 97 in multibox_loss.py, the following error has been occurred during training and it seems that we should reshape tensor.

RuntimeError: The shape of the mask [32, 8732] at index 0 does not match the shape of the indexed tensor [279424, 1] at index 0

@yyx1107
Copy link

yyx1107 commented Jul 10, 2019

#173 (comment)

@SalahAdDin
Copy link

@yyx1107 what's the different between that modification in multi_box and this one?

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

Successfully merging this pull request may close these issues.

None yet

3 participants