-
Notifications
You must be signed in to change notification settings - Fork 700
Port autograd code for rnnt #3970
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
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/audio/3970
Note: Links to docs will display an error until the docs builds have been completed. ❌ 8 New FailuresAs of commit 9b9dc25 with merge base a3fe94e ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @samanklesaria , this looks good. I still see uses of torch::autograd
within src/libtorchaudio/rnnt
:
~/dev/audio (port_rnnt*) » git grep autograd src/libtorchaudio/rnnt/ nicolashug@nicolashug-fedora-PF2MMKSN
src/libtorchaudio/rnnt/autograd.cpp: static torch::autograd::tensor_list backward(
src/libtorchaudio/rnnt/autograd.cpp: torch::autograd::AutogradContext* ctx,
src/libtorchaudio/rnnt/autograd.cpp: torch::autograd::tensor_list grad_outputs) {
I suspect these can already be removed? We should try to remove the entire src/libtorchaudio/rnnt/autograd.cpp
if we can.
Yes, they can be removed. Good catch. |
PLEASE NOTE THAT THE TORCHAUDIO REPOSITORY IS NO LONGER ACTIVELY MONITORED. You may not get a response. For open discussions, visit https://discuss.pytorch.org/.