xxradon / PytorchToCaffe

Pytorch model to caffe model, supported pytorch 0.3, 0.3.1, 0.4, 0.4.1 ,1.0 , 1.0.1 , 1.2 ,1.3 .notice that only pytorch 1.1 have some bugs
MIT License
783 stars 224 forks source link

AttributeError: module 'torch.nn.functional' has no attribute 'interpolate' #19

Open duys3416 opened 5 years ago

duys3416 commented 5 years ago

python 0.4.0

xxradon commented 5 years ago

Yes,in this ,interpolate is adoptted by pytorch 0.4.1 and later version. And I think you should update your pytorch version.