Open Itto1992 opened 10 months ago
What were your args? compile_onnx_model.py
doesn't play well with missing input arguments. Is this the full trace?
For example, if -s
is omitted, the shape is inferred to be [1, 3, 224, 224] (source) .
Also, the error list has a few mentions of shape.
I might open a PR to add some checking for this script.
I tried to run
compile_onnx_model.py
, and I encountered the following error:This error seems to occur in the source code. Is there anybody who can avoid this error or fix this bug, and give me an advice? Thank you in advance!