pytorch-faster-rcnn
pytorch-faster-rcnn copied to clipboard
error when train by myself with "./experiments/scripts/train_faster_rcnn.sh 0 pascal_voc res101"
4952 validation roidb entries
Filtered 0 roidb entries: 10022 -> 10022
Filtered 0 roidb entries: 4952 -> 4952
Solving...
Loading initial model weights from data/imagenet_weights/res101.pth
Loaded.
Traceback (most recent call last):
File "./tools/trainval_net.py", line 138, in
I have met this problem also. Could you share how to solve it?
I think there's something wrong with the tensorboardX, so I commented those lines because I don't need to use tensorboard to show me those summaries. And once you have commented those relevant lines, it will be working fine.
@SkylerZheng Thanks! It works!
I have the same problem. And tensorboardX==1.2 works for me.
I have the same problem, would try comment out relevant.
@Kinpzz Don't get it, are you saying tensorboardX==1.2 works, but you still have the above problem?
@LightningChan Could you specify where did you make the change, struggling with it now.
@zwbdmm Sorry, I mean I have the same issue when I am using the latest tensorboardX. But tensorflowboard==1.2 solves the problem.
@Kinpzz @SkylerZheng Thanks for your solution,I solve it. Then I met a new problem:( Do you know how to solve it?
File "/home/pytorch-faster-rcnn/tools/../lib/nets/network.py", line 87, in _proposal_layer self._feat_stride, self._anchors, self._num_anchors) File "/home/pytorch-faster-rcnn/tools/../lib/layer_utils/proposal_layer.py", line 35, in proposal_layer scores, order = scores.view(-1).sort(descending=True) RuntimeError: merge_sort: failed to synchronize: an illegal memory access was encountered
@Kinpzz HI My tensorboardX is 1.4 version . How do I download version 1.2?? many many thanks!!!
@zwbdmm Sorry, I mean I have the same issue when I am using the latest tensorboardX. But tensorflowboard==1.2 solves the problem.
Thanks, it works for me ! Just change tensorboardX to 1.2