Closed ysh329 closed 7 years ago
@ptrendx
similar to these open-status questions below: :cry:
Could you try setting env variable MXNET_ENGINE_TYPE to NaiveEngine and set DEBUG to 1 in config.mk, rebuild and run through gdb? Then once an error occurs type bt
and paste an output here? This will make a better callstack so that we will be able to see where the issue actually occurs.
@ysh329 , I met a similar problem when I tried to use MINISTIter, see https://github.com/dmlc/mxnet/issues/2270 for a reference.
met the same memory problem when training ssd or imagnet using .rec file.
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! Also, do please check out our forum (and Chinese version) for general "how-to" questions.
Environment info
Jetson TX1, 4G RAM, Ubuntu16.04 64bit, MXNet 0.94
im2rec.py
. However, it still occurs this problem message.I use caltech-256 data set from
mxnet/example/image-classification/data/caltech256.sh
and train a DeepID model based onmxnet/example/image-classification/train_cifar10.py
.Error Message:
Key Code
Complete Code