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

received signal SIGFPE, Arithmetic exception #19

Open
fightKK opened this issue Feb 4, 2018 · 0 comments
Open

received signal SIGFPE, Arithmetic exception #19

fightKK opened this issue Feb 4, 2018 · 0 comments

Comments

@fightKK
Copy link

fightKK commented Feb 4, 2018

I benefited from your article.
I ran into this problem while running my own data. I found the problem mainly comes from:
ASDNPretrainLabelLayer->forward()
top[0].reshape(*(conv_feat_pos.shape))
top[0].data[...] = conv_feat_pos.astype(np.float32, copy=False)
Since all the labels in rois are background (label = 0), the size of top0 is 0 when reshape top is reached.

So, how should I deal with this problem?

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

1 participant