mxnet-detnet
mxnet-detnet copied to clipboard
model forward error
When I debug this model, after binding, in forward step,I get this error:
raise MXNetError(py_str(_LIB.MXGetLastError())) mxnet.base.MXNetError: [18:26:07] /home/incubator-mxnet/3rdparty/mshadow/../../src/operator/tensor/../elemwise_op_common.h:133: Check failed: assign(&dattr, (*vec)[i]) Incompatible attr in node at 0-th output: expected [1,12,86250], got [1,258750]
Is this problem caused by the number of anchors?But bind passed...