-
Notifications
You must be signed in to change notification settings - Fork 176
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
transducer #21
Comments
Yes great point. In the committed code the ground truth labels are being used for the transducer. I have some code to do this properly using the inferred output but I haven't had a chance to clean it up and commit it yet. That's why I haven't posted "transducer" results in the README yet. |
And yes, I will continue to support this project though any collaborators would be very welcome!! |
@awni Have you made any progress on cleaning up the decoder? |
Just for reference, here is my inference code. May not be useful as it is because it uses my model class's internal logic. And thank you @awni for sharing your transducer loss implementation which was very helpful. |
Here is my implement for greed decoder. |
@awni In the infer code, are you still using ground truth labels for testing phase? This confused me since we do not have a ground truth when applying to an unseen data. Or do you just forward a fake input (such as batch_size x 1 with all zero label) when in the testing phase?
Also, will you maintain this excellent project in the future?
Thank you very much.
The text was updated successfully, but these errors were encountered: