unsky / Deformable-ConvNets-caffe

Deformable Convolutional Networks on caffe
160 stars 83 forks source link

train error #10

Open chengshuai opened 6 years ago

chengshuai commented 6 years ago

Hi @unsky

when i training the Deformable caffe on voc data, the error is below:

/home/chengshuai/test/Deformable-ConvNets-caffe-master/deformable_conv_faster-rcnn/tools/../lib/rpn/proposal_layer.py:180: RuntimeWarning: invalid value encountered in greater_equal keep = np.where((ws >= min_size) & (hs >= min_size))[0] ./experiments/scripts/faster_rcnn_end2end.sh: line 57: 20194 ## Floating point exception(core dumped) ./tools/train_net.py --gpu ${GPU_ID} --solver models/${PT_DIR}/${NET}/faster_rcnn_end2end/solver.prototxt --weights data/imagenet_models/ResNet50.v2.caffemodel --imdb ${TRAIN_IMDB} --iters ${ITERS} --cfg experiments/cfgs/faster_rcnn_end2end.yml ${EXTRA_ARGS}

unsky commented 6 years ago

sorry, i dont meet this problem, you should debug by yourself.