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
ONNX standard allows that Split operation is able to split a dimension to any subpart (as long as their sum is equal to the dimension value). But when compiles following models with ONNX, the compiler fails with errors.
ONNX standard allows that Split operation is able to split a dimension to any subpart (as long as their sum is equal to the dimension value). But when compiles following models with ONNX, the compiler fails with errors.
Error message:
The model file and run script are as follows:
g16.onnx.zip
./bin/model-compiler -model ./g3.onnx -emit-bundle ./mybundle --backend=CPU
The text was updated successfully, but these errors were encountered: