gluoncv-torch
gluoncv-torch copied to clipboard
ImportError: cannot import name interpolate
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?
Please use PyTorch 1.0
Thank you very much!
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?