megvii-research / FSCE

Apache License 2.0
280 stars 47 forks source link

AssertionError: Box regression deltas become infinite or NaN! #64

Open zshanggu opened 2 years ago

zshanggu commented 2 years ago

When I run the training code with ResNet152 backbone, I got this error every time even though I’d changed the learning rate. Anyone met this problem?

GuanMandan commented 2 years ago

When I run the training code with ResNet152 backbone, I got this error every time even though I’d changed the learning rate. Anyone met this problem?

I have encountered this problem. Have you solved this problem?

zshanggu commented 1 year ago

When I run the training code with ResNet152 backbone, I got this error every time even though I’d changed the learning rate. Anyone met this problem?

I have encountered this problem. Have you solved this problem?

Not yet, have you? I think the easiest way is just simply clip it to some interval, but I haven’t try it.