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

NotImplementedError: not implement F.interpolate totoaly #114

Open wanglaotou opened 2 years ago

wanglaotou commented 2 years ago

hi, in my network part, i have the unsample op like: mode='bilinear', align_corners=False. when i transform this pytorch model to caffe model, i met this problem, could u please tell me how to solve this problem? thank you very much 👍