We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello thanks for your work!
There are 3 length prediction method mentioned in your paper. ① the method used in Mask-predict ② NPD ③ CTC
I noticed that the Length prediction method in this source is ↓, the implementation of ①.
def forward_length_prediction(self, length_out, encoder_out, tgt_tokens=None):
Do you have some plan to release the CTC or NPD implementation?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Would be helpful!
Sorry, something went wrong.
No branches or pull requests
Hello thanks for your work!
There are 3 length prediction method mentioned in your paper.
① the method used in Mask-predict
② NPD
③ CTC
I noticed that the Length prediction method in this source is ↓, the implementation of ①.
Do you have some plan to release the CTC or NPD implementation?
Thanks a lot!
The text was updated successfully, but these errors were encountered: