onnx-pytorch icon indicating copy to clipboard operation
onnx-pytorch copied to clipboard

DecodeError: Unexpected end-group tag.

Open xiaopengaia opened this issue 2 years ago • 2 comments

Hi, I tried this tool for the first time

I did it the following way:

  1. pip install onnx_pytorch
  2. from onnx_pytorch import code_gen

  3. code_gen.gen('resnet18-v2-7.onnx', './')

But, there is an error about: DecodeError: Unexpected end-group tag.

How to deal it?

xiaopengaia avatar Sep 16 '22 03:09 xiaopengaia

I worked it, the issue of onnx.

but I get other error about : OpcodeGenerator is unimplemented for Pow

xiaopengaia avatar Sep 16 '22 03:09 xiaopengaia

@xiaopengaia same error here. Did you already solve it?

wangsen1312 avatar May 26 '23 19:05 wangsen1312