Skip to content
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

Implement bidirectional decoding #320

Open
wsnoble opened this issue Mar 27, 2024 · 1 comment
Open

Implement bidirectional decoding #320

wsnoble opened this issue Mar 27, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@wsnoble
Copy link
Contributor

wsnoble commented Mar 27, 2024

Following NovoB, implement a bidirectional decoder, which consists of two decoders operating from left-to-right and right- to-left. After the two decoders have made complete predictions, the one with the higher score is reported.

@wsnoble wsnoble added enhancement New feature or request version6 labels Mar 27, 2024
@wsnoble
Copy link
Contributor Author

wsnoble commented Apr 2, 2024

As per Wout, to implement this, have two separate models in the model runner. They give separate predictions and then do a post hoc selection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants