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 Jun 10, 2021. It is now read-only.
CTranslate silently quits if the model being loaded was trained with the -encoder_type dbrnn option. I tried to run cli/translate under gdb, but it did not give additional information, other than loading the model and silently exiting. A model trained with similar data and options, but -encoder_type brnn works fine.
Is this expected since Deep bidirectional encoders were introduced later in the lifetime of OpenNMT, and can one expect this to be implemented in CTranslate any time soon?
The text was updated successfully, but these errors were encountered:
CTranslate silently quits if the model being loaded was trained with the
-encoder_type dbrnn
option. I tried to runcli/translate
undergdb
, but it did not give additional information, other than loading the model and silently exiting. A model trained with similar data and options, but-encoder_type brnn
works fine.Is this expected since Deep bidirectional encoders were introduced later in the lifetime of OpenNMT, and can one expect this to be implemented in CTranslate any time soon?
The text was updated successfully, but these errors were encountered: