onnx-pytorch
onnx-pytorch copied to clipboard
DecodeError: Unexpected end-group tag.
Hi, I tried this tool for the first time
I did it the following way:
- pip install onnx_pytorch
-
from onnx_pytorch import code_gen
-
code_gen.gen('resnet18-v2-7.onnx', './')
But, there is an error about: DecodeError: Unexpected end-group tag.
How to deal it?
I worked it, the issue of onnx.
but I get other error about : OpcodeGenerator is unimplemented for Pow
@xiaopengaia same error here. Did you already solve it?