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 recently used GPT-2, with opset=10 from ONNX Hub.
While applying the rewrite_input_dtype pass, I encountered the C.check_model_path(\nonnx.onnx_cpp2py_export.checker.ValidationError: Graph must be in single static assignment (SSA) form, however \\'2907\\' has been used as output names multiple times.\n error.
This did happen with other classification or object detection models, and I tried the vast majority of the ones from the ONNX Hub.
The text was updated successfully, but these errors were encountered:
I recently used
GPT-2
, withopset=10
from ONNX Hub.While applying the
rewrite_input_dtype
pass, I encountered theC.check_model_path(\nonnx.onnx_cpp2py_export.checker.ValidationError: Graph must be in single static assignment (SSA) form, however \\'2907\\' has been used as output names multiple times.\n
error.This did happen with other classification or object detection models, and I tried the vast majority of the ones from the ONNX Hub.
The text was updated successfully, but these errors were encountered: