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

run ssd error:value cannot be converted to type float without overflow: inf #65

Open
vickersmith opened this issue Dec 1, 2018 · 3 comments

Comments

@vickersmith
Copy link

i can successfully run the RFB and FSSD .but when i run the ssd ,the following error occurs.anyone knows how to deal with it?
.......
return torch.log(torch.sum(torch.exp(x-x_max), 1, keepdim=True)) + x_max
RuntimeError: value cannot be converted to type float without overflow: inf

@gittigxuy
Copy link

@vickersmith ,same problem,have you solved the problem?

@zxy77
Copy link

zxy77 commented Dec 27, 2018

I have the same problem, I use the version of pytorch is 0.40 @lzx1413 ,how to deal with it?

@cherishfive
Copy link

cherishfive commented Mar 19, 2019

I have the same problem, I use the version of pytorch is 0.40 @lzx1413 ,how to deal with it?

Hello, I have the same problem (when training SSD and refinedet), have you solved it? I am using torch0.3.1, if I use torch0.4.0 I will get a connection reject [111] error.

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