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 1, 2024. It is now read-only.
Got the error below when trying to run the translation command (python translate.py --src_lang python --tgt_lang java --model_path model_1.pth < count_ten.py). Please advise what causes it and how to fix it?
File "translate.py", line 43
help=f"Source language, should be either {', '.join(SUPPORTED_LANGUAGES[:-1])} or {SUPPORTED_LANGUAGES[-1]}")
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Got the error below when trying to run the translation command (python translate.py --src_lang python --tgt_lang java --model_path model_1.pth < count_ten.py). Please advise what causes it and how to fix it?
File "translate.py", line 43
help=f"Source language, should be either {', '.join(SUPPORTED_LANGUAGES[:-1])} or {SUPPORTED_LANGUAGES[-1]}")
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: