-
Notifications
You must be signed in to change notification settings - Fork 313
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
Add gradient filter for tdnn_lstm_ctc #565
base: master
Are you sure you want to change the base?
Conversation
@huangruizhe you can see whether this resolves your problem. |
Hi, I've tested on the Here is the tensorboard:
|
It will be hard to diagnose what's really going on here without looking at the diagnostics files (obtained by starting from intermediate epochs and adding the flag --print-diagnostics=True.. should take about 5 minutes). |
This recipe does not support using flag |
Ruizhe can figure out how to add the code from other recipes, and make a PR. |
This PR adds the gradient filter for tdnn_lstm_ctc recipe. You could see #564 for details.