VainF / DeepLabV3Plus-Pytorch

Pretrained DeepLabv3 and DeepLabv3+ for Pascal VOC & Cityscapes
MIT License
1.94k stars 438 forks source link

The size of tensor a (125) must match the size of tensor b (126) at non-singleton dimension 3' will appear during the validation phase #124

Open Leochen9 opened 1 year ago

Leochen9 commented 1 year ago

Sorry to bother you, but when I am using the VOC2012 dataset for training, the error 'RuntimeError: The size of tensor a (125) must match the size of tensor b (126) at non-singleton dimension 3' will appear during the validation phase. What should I do to resolve it? If you could reply to me, I would greatly appreciate it. Thank you!

Lozyeer commented 4 months ago

hello,have u solved this problem?