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

Problem extracting multi-scale features #22

Closed
etrulls opened this issue Sep 30, 2019 · 3 comments
Closed

Problem extracting multi-scale features #22

etrulls opened this issue Sep 30, 2019 · 3 comments

Comments

@etrulls
Copy link

etrulls commented Sep 30, 2019

It crashes here, when operating on a byte() tensor and a boolean tensor. Works if you convert detections to .byte(). It was working the last time I tried, it could be a problem with library versions? I'm on torch 1.2.0 now. FYI.

@mihaidusmanu
Copy link
Owner

Thanks a lot for bringing this to my attention. I'm still on PyTorch 1.1 personally, but I'll upgrade and release a fix shortly.

@mihaidusmanu
Copy link
Owner

Fixed in the latest commit - PyTorch 1.2 introduced boolean tensors so VRAM usage should also be slightly lower now. Sorry for the delay.

@etrulls
Copy link
Author

etrulls commented Oct 2, 2019

Pretty fast IMO, thanks. :)

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