Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

SSD example crashes on CPUs #4853

Closed
rsaffores opened this issue Feb 1, 2017 · 8 comments
Closed

SSD example crashes on CPUs #4853

rsaffores opened this issue Feb 1, 2017 · 8 comments

Comments

@rsaffores
Copy link

Running the example given here crashes on CPUs both with and without MKL flags being set, but runs fine on GPUs:

https://github.com/dmlc/mxnet/tree/master/example/ssd

Steps to reproduce are described in the above link. Just follow the steps as-is and when you run this it will crash:

python demo.py

The crash is show here:
demo_crash.txt

Eric can you take a look?

@piiswrong @zhenlinluo @glingyan

@glingyan
Copy link
Contributor

glingyan commented Feb 3, 2017

seems that lack some operator for cpu

@howard0su
Copy link
Contributor

please apply #4890 and run
python demo.py --cpu

@rsaffores
Copy link
Author

This fixed things for no MKL, but crashed if I enable MKL. It crashes in the concat layer. If I enable MKL, but disable MKL_EXPERIMENTAL for the concat layer it still crashes. Both crashes are attached.
ssd_with_concat.txt
ssd_without_concat.txt

@glingyan can you take a look as to why it may be crashing with MKL enabled?

@glingyan
Copy link
Contributor

glingyan commented Feb 7, 2017

will do it today !

@glingyan
Copy link
Contributor

just share some finding by boundchecker

@glingyan
Copy link
Contributor

image

@glingyan
Copy link
Contributor

image

@szha
Copy link
Member

szha commented Sep 28, 2017

This issue is closed due to lack of activity in the last 90 days. Feel free to ping me to reopen if this is still an active issue. Thanks!

@szha szha closed this as completed Sep 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants