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
Hi I checked this issue and it caused by not supporting ONNX opset version 13 for Unsqueeze as well as for ReduceSum operators. Also, I faced with second issue because glow doesn't support multi axis input/attribute for ReduceSum and ReduceMean operators. @luyaor can you please guide me what is necessary requirements for contribution, I am not sure who should assign me to specific issue or how to request assignment on issue.
When compiling following ONNX model with Glow, the compiler fails with errors.

Error message:
The model file and run script are as follows:
g3.onnx.zip
./bin/model-compiler -model ./g3.onnx -emit-bundle ./mybundle --backend=CPU
The text was updated successfully, but these errors were encountered: