gluoncv-torch icon indicating copy to clipboard operation
gluoncv-torch copied to clipboard

ImportError: cannot import name interpolate

Open xiaoweihappy123 opened this issue 5 years ago • 3 comments

from torch.nn.functional import interpolate ImportError: cannot import name interpolate

Does anyone have this problem?Pytorch = 0.4.0 and python = 2.7.13 What causes it?

xiaoweihappy123 avatar Mar 14 '19 14:03 xiaoweihappy123

Please use PyTorch 1.0

zhanghang1989 avatar Mar 14 '19 17:03 zhanghang1989

Thank you very much!

xiaoweihappy123 avatar Mar 15 '19 01:03 xiaoweihappy123

Please use PyTorch 1.0

Hi. My model is based off of PyTorch 0.4.0, and It leads to incompatibility issues with the linked cudnn if i use PyTorch 1.0. Is there any way to make this work on PyTorch 0.4.0?

harbarex avatar Apr 25 '19 15:04 harbarex