Yasmin Moslem
Yasmin Moslem
MacOS Mojave This worked for me: Simply, open the file called "Makefile" and delete the option `-lrt` Reference ([link](https://stackoverflow.com/questions/47703239/ld-library-not-found-for-lrt/47703372#47703372)) I got another error: `install: illegal option -- t` Solution is...
Hi @scarydemon2 May I ask if you managed to solve this. I am trying to do something similar. Thanks!
Hello! I have a relevant question, please. If both `load_best_model_at_end` and `push_to_hub` are `True`, is the best model or the last model uploaded? If so, how can I verify this?...
My understanding is that this also applies to models trained with the [guided alignment](https://opennmt.net/OpenNMT-tf/alignments.html) feature in OpenNMT-tf. According to issue https://github.com/OpenNMT/CTranslate2/issues/767, the feature is not explicitly available; however… > Alignments...
Hello! Any solution for this? Thanks!
The OpenNMT version is too old. You might try an older version of CTranslate2 (two years old, if still available). However, let's first check the errors: > Options --encoder_type and...
Hello! Is the source text so large? It works better with medium-sized texts. If it still does not work, you can download the code and build the installer yourself as...