PaddleSeg icon indicating copy to clipboard operation
PaddleSeg copied to clipboard

[Bug]F.interpolate传参数据类型

Open xmichelleshihx opened this issue 3 years ago • 1 comments

这个工程很多code里面插值F.interpolate传参都是错的,跑着有Bug。 shape应该传list格式的[h, w],不应该传tuple格式的(h, w)

xmichelleshihx avatar Aug 04 '22 11:08 xmichelleshihx

感谢您指出问题!PaddlePaddle 2.3.0已经修复了此bug,请升级到最新版尝试。

Bobholamovic avatar Aug 04 '22 12:08 Bobholamovic