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

Segmentation Fault 11 when using mx.ndarray.argmax_channel #320

Open
guoqiang0148666 opened this issue Mar 4, 2020 · 0 comments
Open

Segmentation Fault 11 when using mx.ndarray.argmax_channel #320

guoqiang0148666 opened this issue Mar 4, 2020 · 0 comments

Comments

@guoqiang0148666
Copy link

Thank your excellent works.

l train cascade_rcnn for two-class objection detection, after some epochs, l meet Segmentation Fault 11 when calculating 'RcnnAcc_1st', l debug the code and think the error may exist in the bellow code

In core/detection_metric.py

pred_label = mx.ndarray.argmax_channel(pred).astype('int32').asnumpy().reshape(-1)

l just wonder if it right and how to solver it.

Any suggestions will be welcomed.

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