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
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
proto2script(sys.argv[1]) returns 3 values, so I think you should chage the code symbol_string, output_name = proto2script(sys.argv[1])
to symbol_string, output_name, input_dim = proto2script(sys.argv[1])
In the main() function, the return of proto2script(sys.argv[1]) should be 3 values, not 2 values
The text was updated successfully, but these errors were encountered: