You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I meet the following questin when i exacute :
"onnc/bin/onnc torchalex/alexnet.onnx -mquadruple nvdla"
Your model ir_version is higher than the checker's.
ONNXShapeInference pass is not workable!!
Your model ir_version is higher than the checker's.
ONNXShapeInference pass is not workable!!
createTensor error: unknow elemtype = 0
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
Currently, we use ONNX v1.3, it's ir_version is 3. And your model comes from a higher version ONNX.
You can upgrade the ONNX that ONNC used. It may require some modification.
It is a bit of a hack, but if the ops used by your model were available in ONNX v1.3 / ir_version 3, you may be able get your model running by lowering its ir_version.
I meet the following questin when i exacute :
"onnc/bin/onnc torchalex/alexnet.onnx -mquadruple nvdla"
Your model ir_version is higher than the checker's.
ONNXShapeInference pass is not workable!!
Your model ir_version is higher than the checker's.
ONNXShapeInference pass is not workable!!
createTensor error: unknow elemtype = 0
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: