ThanatosShinji / onnx-tool

A parser, editor and profiler tool for ONNX models.
https://pypi.org/project/onnx-tool/
MIT License
399 stars 52 forks source link

NotImplementedError #84

Open Francis235 opened 4 months ago

Francis235 commented 4 months ago

When I use onnx-tool to count the flops and params of my wenet model, I encounter this issue: this Node GreaterOrEqual-GreaterOrEqual_27 has no value_infer.

ThanatosShinji commented 4 months ago

It may be caused by the constant_folding function. You can disable it and do the profile again.