-
Notifications
You must be signed in to change notification settings - Fork 41
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
question about the rnnt loss arguments #18
Comments
and also I see the training code, the LM input ys is the same as the target ys. |
If I remember correctly, U includes "empty" output, very similar to the first element in the scoring matrix when you align two sequences, for example like this https://en.wikipedia.org/wiki/Smith–Waterman_algorithm |
I have the same doubt, do you understand it? Why the shape of labels be U-1? |
I guess, U = len() + len(labels), len() = 1. shouldn't in the labels, but in the encoder logits |
Hi, I am confused about the labels, why the shape should be U-1,
<eos>
should not be included in the labels ?@1ytic
The text was updated successfully, but these errors were encountered: