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
onnxscript/test/common/onnx_script_test_case.py:145: in run_converter_test
onnx.checker.check_model(model)
../../anaconda3/envs/onnx/lib/python3.10/site-packages/onnx/checker.py:119: in check_model
C.check_model(protobuf_string, full_check)
E onnx.onnx_cpp2py_export.checker.ValidationError: Field 'type' of 'value_info' is required but missing.
The above exception was the direct cause of the following exception:
onnxscript/test/functions/onnxfns2_test.py:97: in test_onnxfns_reduce_log_sum_exp
self.run_onnx_test(
onnxscript/test/common/onnx_script_test_case.py:251: in run_onnx_test
self.run_converter_test(param, case.model)
onnxscript/test/common/onnx_script_test_case.py:154: in run_converter_test
raise AssertionError("Verification of model failed.") from e
E AssertionError: Verification of model failed.
onnx checker in ONNX main raises
for
The text was updated successfully, but these errors were encountered: