You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: