songdejia / Siamese-RPN-pytorch

This is a re-implementation of Siamese-RPN with pytorch, which is CVPR2018 spotlight.
MIT License
379 stars 87 forks source link

closs ==nan #24

Open woailuoshenqi opened 5 years ago

woailuoshenqi commented 5 years ago

Thank you for your work, there is a question I would like to ask you. Will closs ==nan appear during training? Can you help me solve it?

woailuoshenqi commented 5 years ago

I have solved this issue,thank you!

zhanglichao commented 5 years ago

So how is the situation of the issue? Thanks.

woailuoshenqi commented 5 years ago

So how is the situation of the issue? Thanks.

Maybe you encountered log(0) or log(negative number) whose parameter must be positive number.