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'm compiling an ONNX model which I realized the input name has this format input:0. When I import the model and run it, it works fine, however if I try to import the same Relay text with the parser it will result in error.
I'm compiling an ONNX model which I realized the input name has this format
input:0. When I import the model and run it, it works fine, however if I try to import the same Relay text with the parser it will result in error.cc @gigiblender