You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在用DDRNet训练自己的数据后(两类,背景和前景),对图片进行预测时,偶尔会出现
File "/0work/LMK/Segment_task/Segmentation-Pytorch/model/DDRNet.py", line 330, in forward
x_ = x_ + F.interpolate(
RuntimeError: The size of tensor a (63) must match the size of tensor b (62) at non-singleton dimension 3
这个维度的bug。
请问该如何解决?
The text was updated successfully, but these errors were encountered:
在用DDRNet训练自己的数据后(两类,背景和前景),对图片进行预测时,偶尔会出现
File "/0work/LMK/Segment_task/Segmentation-Pytorch/model/DDRNet.py", line 330, in forward
x_ = x_ + F.interpolate(
RuntimeError: The size of tensor a (63) must match the size of tensor b (62) at non-singleton dimension 3
这个维度的bug。
请问该如何解决?
The text was updated successfully, but these errors were encountered: