LikeLy-Journey/SegmenTron

RuntimeError: stack expects each tensor to be equal size, but got [3, 366, 500] at entry 0 and [3, 335, 500] at entry 1

andrew-begain opened this issue · 1 comments

@LikeLy-Journey thanks for your greak work ! when i run tools/eval.py i ran into this problem,and i am use the config of the pascal_voc_deeplabv3_plus.yaml,and i change the BACKBONE: "xception65" to BACKBONE: "resnet50" because of my low gpu
memory,so what should i do to fix the problem? thanks

@LikeLy-Journey thanks for your greak work ! when i run tools/eval.py i ran into this problem,and i am use the config of the pascal_voc_deeplabv3_plus.yaml,and i change the BACKBONE: "xception65" to BACKBONE: "resnet50" because of my low gpu
memory,so what should i do to fix the problem? thanks

meet the same problem,do you have fixed it ??