-
Notifications
You must be signed in to change notification settings - Fork 335
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
Error while training pretrained model #209
Comments
can you show the full stack trace? Might be related to CPU because no body even my self have trained on CPU before. |
here you are: Stack trace returned 8 entries: Aborted (core dumped) |
Sir, did I misunderstand your request?, did mean to follow the instructions in error sentences? |
I have the same problem, could anyone give some help ? |
Hi,
Thanks for sharing your code.
I am trying to train the vgg16 as the instructions.
and I've got this error:
A fatal error occurred in asynchronous engine operation. If you do not know what caused this error, you can try set environment variable MXNET_ENGINE_TYPE to NaiveEngine and run with debugger (i.e. gdb). This will force all operations to be synchronous and backtrace will give you the series of calls that lead to this error. Remember to set MXNET_ENGINE_TYPE back to empty after debugging. Stack trace returned 8 entries: [bt] (0) /usr/local/lib/python2.7/dist-packages/mxnet/libmxnet.so(+0x17ec9d) [0x7f70d833ac9d] [bt] (1) /usr/local/lib/python2.7/dist-packages/mxnet/libmxnet.so(+0x17f068) [0x7f70d833b068] [bt] (2) /usr/local/lib/python2.7/dist-packages/mxnet/libmxnet.so(+0x27abe26) [0x7f70da967e26] [bt] (3) /usr/local/lib/python2.7/dist-packages/mxnet/libmxnet.so(+0x27af461) [0x7f70da96b461] [bt] (4) /usr/local/lib/python2.7/dist-packages/mxnet/libmxnet.so(+0x27ac01b) [0x7f70da96801b] [bt] (5) /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb8c80) [0x7f70ce23fc80] [bt] (6) /lib/x86_64-linux-gnu/libpthread.so.0(+0x76ba) [0x7f70e03f26ba] [bt] (7) /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7f70e012841d] Aborted (core dumped)
with this warning shown at first:
Warning: using pre-installed version of mxnet may cause unexpected error... (export MXNET_EXAMPLE_SSD_DISABLE_PRE_INSTALLED=1) to prevent loading pre-installed mxnet.
it still appears, although I export it.
I should mention that, I am using CPU to train, but I specified it by edit the train file and remove the condition in main(), because it doesn't insert in help.
I would be grateful to help me,
I am looking forward your solution.
Regards.
The text was updated successfully, but these errors were encountered: