-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Want to get the top 10 translation results #15
Comments
The current implementation does not support this function. You may need to modify First, L160 specifies the number of beams after sorting and filtering, it will be 1 when Second, This function obtains the paths of the beams. It currently only obtains the path of the best beam (i.e., You will need to compile the codes and reinstall dag_search by cd dag_search
python3 setup.py build_ext --inplace
pip install -e . I am sorry that I am busy in my work and does not have time to add this function recently. If you have any problem, please reply in this issue. |
I have spent a long time trying to modify it, but without success. May I ask if the author has time to add this feature? I would be extremely grateful. 🙏 |
I will try to add this feature in two weeks. |
Thank you sincerely. |
I push an update to the
You can then add Please let me know whether it works well. I will merge it into |
Thank you very much for your guidance and advice. I will promptly provide you with feedback if there are any questions. |
I want to get the best 10 translations through the search algorithm, but I don't know how to do it.
The text was updated successfully, but these errors were encountered: