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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NotImplementedError: not implement F.interpolate totoaly

wanglaotou opened this issue · comments

commented

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 👍