pytorch-faster-rcnn
pytorch-faster-rcnn copied to clipboard
AssertionError: size of input tensor and input format are different.
I want to train my own model,and I try ./experiments/scripts/train_faster_rcnn.sh 0 pascal_voc vgg16.I got an error message
Loading initial model weights from data/imagenet_weights/vgg16.pth
Loaded.
Traceback (most recent call last):
File "./tools/trainval_net.py", line 164, in
I get the same problem,did you solve it?
I get the same problem,did you solve it
I also get the same problem,did you solve it
I think there's something wrong with the tensorboardX,but I still don't solve it.You can search tensorboard and see some similar problems,maybe they can help you.
ok,thank you。But instead i use the res101 net,i get the new problem :KeyError: 'resnet.conv1.weight'。
------------------ 原始邮件 ------------------ 发件人: "luluning"[email protected]; 发送时间: 2019年5月10日(星期五) 下午3:51 收件人: "ruotianluo/pytorch-faster-rcnn"[email protected]; 抄送: "Mvp_FerryMan"[email protected]; "Comment"[email protected]; 主题: Re: [ruotianluo/pytorch-faster-rcnn] AssertionError: size of inputtensor and input format are different. (#139)
I think there's something wrong with the tensorboardX,but I still don't solve it.You can search tensorboard and see some similar problems,maybe they can help you.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
See #126
Maybe you can use version like these:
torch==0.4.1
torchvision==0.2.2
tensorboard==1.11.0
tensorboardX==1.4