This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
SSD example crashes on CPUs #4853
Comments
seems that lack some operator for cpu |
please apply #4890 and run |
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. @glingyan can you take a look as to why it may be crashing with MKL enabled? |
will do it today ! |
just share some finding by boundchecker |
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! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: