tutorials
tutorials copied to clipboard
NotImplementedError: Upsample version 1 is not implemented.
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 ?
I also have the same error. I tried torch.nn.Upsample block, but it has the same error. Are there any solution for now?
I did a temporary hack for clearing this issue. https://github.com/vsoorya/onnx-tensorflow/commit/ae5a30b4101baf0bfa83eb2171768f7dfc384eef
cc: @tjingrant