itijyou / ademxapp

Code for https://arxiv.org/abs/1611.10080

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple_bind error

JadenLy opened this issue · comments

@itijyou
Hello, I was running the program on VOC2012 dataset, but I found an error related to the MXnet program itself.
Following the example code provided by README, I called the code

python issegm/voc.py --data-root /data/workteam/leyang/py-faster-rcnn-master/data/VOCdevkit2012/ --output output --phase val --weights /data/workteam/leyang/ademxapp/models/voc_rna-a1_cls21_s8_ep-0001.params --split val --test -scales 500 --test-flipping --gpus 0

All paths here are verified to be listed correctly. However, I received the following error messages:

Traceback (most recent call last): File "issegm/voc.py", line 716, in <module> _val_impl(args, model_specs, logger) File "issegm/voc.py", line 639, in _val_impl mod.bind(data_shapes = dataiter.provide_data, label_shapes = dataiter.provide_label) File "/data/workteam/leyang/anaconda2/lib/python2.7/site-packages/mxnet-0.10.1-py2.7.egg/mxnet/module/module.py", line 400, in bind state_names=self._state_names) File "/data/workteam/leyang/anaconda2/lib/python2.7/site-packages/mxnet-0.10.1-py2.7.egg/mxnet/module/executor_group.py", line 214, in __init__ self.bind_exec(data_shapes, label_shapes, shared_group) File "/data/workteam/leyang/anaconda2/lib/python2.7/site-packages/mxnet-0.10.1-py2.7.egg/mxnet/module/executor_group.py", line 310, in bind_exec shared_group)) File "/data/workteam/leyang/anaconda2/lib/python2.7/site-packages/mxnet-0.10.1-py2.7.egg/mxnet/module/executor_group.py", line 586, in _bind_ith_exec shared_buffer=shared_data_arrays, **input_shapes) File "/data/workteam/leyang/anaconda2/lib/python2.7/site-packages/mxnet-0.10.1-py2.7.egg/mxnet/symbol.py", line 1462, in simple_bind raise RuntimeError(error_msg) RuntimeError: simple_bind error. Arguments: data: (1, 3L, 504L, 504L) softmax_label: (1, 3969L) src/storage/storage.cc:95: Compile with USE_CUDA=1 to enable GPU usage

Can anyone help me please? Thanks in advance!

same problem here with the cityscape dataset, need help!

I meet with the same error in other project. Does anybody know how it come up?Thanks!
RuntimeError: simple_bind error. Arguments: data: (1, 3, 368, 368) heatmaplabel: (1, 19, 46, 46) heatweight: (1, 19, 46, 46) partaffinityglabel: (1, 38, 46, 46) vecweight: (1, 38, 46, 46) [14:08:41] src/storage/storage.cc:113: Compile with USE_CUDA=1 to enable GPU usage

@JadenLy @Zephyr-D @qqsh0214 , I meet the same problem, How you cope with the problem. I appreciate any help. Thank you very much