Skip to content
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

when i run densenet, #9

Open
bitwangdan opened this issue Dec 27, 2018 · 1 comment
Open

when i run densenet, #9

bitwangdan opened this issue Dec 27, 2018 · 1 comment

Comments

@bitwangdan
Copy link

Traceback (most recent call last):
File "train.py", line 163, in
voc07_metric=args.use_voc07_metric)
File "/home/danny.wd/gitlab/mxnet-dssd-master/train/train_net.py", line 198, in train_net
nms_thresh=nms_thresh, force_suppress=force_suppress, nms_topk=nms_topk)
File "/home/danny.wd/gitlab/mxnet-dssd-master/symbol/symbol_factory.py", line 228, in get_symbol_train
return symbol_builder.get_symbol_train(**config)
File "/home/danny.wd/gitlab/mxnet-dssd-master/symbol/symbol_builder.py", line 88, in get_symbol_train
num_channels=num_filters, clip=False, interm_layer=0, steps=steps, use_tdm=use_tdm)
File "/home/danny.wd/gitlab/mxnet-dssd-master/symbol/common.py", line 251, in multibox_layer
from_layers = dt.construct_dssd_deconv_layer(from_layers, num_filters, topdown_layers, use_perdict_module)
File "/home/danny.wd/gitlab/mxnet-dssd-master/symbol/dssd_tdm.py", line 56, in construct_dssd_deconv_layer
concat_conv = deconvolution_module(from_layer,conv,num_filters[::-1][k-1],2,k)
File "/home/danny.wd/gitlab/mxnet-dssd-master/symbol/dssd_tdm.py", line 17, in deconvolution_module
data=conv2, kernel=(2, 2), stride=(upstrid, upstrid),num_filter=num_filter, attr={'lr_mult': '%f' % lr_mult}, name="{}de_{}".format(conv2.name, str(level)))
File "", line 110, in Deconvolution
File "/home/danny.wd/gitlab/mxnet-ssd/mxnet/python/mxnet/_ctypes/symbol.py", line 127, in _symbol_creator
ctypes.byref(sym_handle)))
File "/home/danny.wd/gitlab/mxnet-ssd/mxnet/python/mxnet/base.py", line 146, in check_call
raise MXNetError(py_str(_LIB.MXGetLastError()))
mxnet.base.MXNetError: value 4294967295 for Parameter num_filter exceed bound [1,100000], in operator Deconvolution(name="", num_filter="-1", stride="(2, 2)", kernel="(2, 2)", lr_mult="1.000000")

@bitwangdan
Copy link
Author

does anyone meet this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant