tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

NotImplementedError: Upsample version 1 is not implemented.

Open JingyuanHu opened this issue 6 years ago • 3 comments

I tryed to converting my PyTorch model to Tensorflow format. Howerver, I met this NotImplementedError problem: NotImplementedError: Upsample version 1 is not implemented. I think it may be because I used torch.nn.functional.interpolate in my pytorch model and onnx havent implemented it ?

JingyuanHu avatar Nov 12 '18 07:11 JingyuanHu

I also have the same error. I tried torch.nn.Upsample block, but it has the same error. Are there any solution for now?

ksekine avatar Nov 19 '18 01:11 ksekine

I did a temporary hack for clearing this issue. https://github.com/vsoorya/onnx-tensorflow/commit/ae5a30b4101baf0bfa83eb2171768f7dfc384eef

vsoorya avatar Nov 28 '18 14:11 vsoorya

cc: @tjingrant

houseroad avatar Dec 04 '18 20:12 houseroad