daquexian / onnx-simplifier

Simplify your onnx model
Apache License 2.0
3.86k stars 383 forks source link

eraseOutput: Assertion `outputs_[i]->uses().empty()` failed. #329

Open lix19937 opened 6 months ago

lix19937 commented 6 months ago

Describe the bug
onnx-optimizer/thirdparty/onnx/onnx/common/ir.h:1372: eraseOutput: Assertion `outputs[i]->uses().empty()` failed.

Noobzm commented 6 months ago

Has your problem been solved? I have the same problem.

dengxiongshi commented 5 months ago

Has your problem been solved? I have the same problem.

I also got the problem.

CodeWorldChanged commented 5 months ago

可能是onnx-simplify版本高了,建议换一个版本

Francis235 commented 3 months ago

可能是onnx-simplify版本高了,建议换一个版本

this suggestion solve my problem.

lix19937 commented 3 months ago

I think it overoptimized.