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 Oct 31, 2023. It is now read-only.
Thank you so much for the great effort you put into creating such a powerful model.
When I tried using the en-fr model you uploaded to the README file by running the command suggested in issue #123, it throws the following error:
Traceback (most recent call last):
File "translate.py", line 141, in <module>
main(params)
File "translate.py", line 71, in main
setattr(params, name, getattr(model_params, name))
AttributeError: 'AttrDict' object has no attribute 'bos_index'
The text was updated successfully, but these errors were encountered:
Thank you so much for the great effort you put into creating such a powerful model.
When I tried using the en-fr model you uploaded to the README file by running the command suggested in issue #123, it throws the following error:
The text was updated successfully, but these errors were encountered: