-
Notifications
You must be signed in to change notification settings - Fork 712
[COMPARISON TESTS] Precompute values for kaldi comparison tests #4019
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: librosa_mock
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/4019
Note: Links to docs will display an error until the docs builds have been completed. ❌ 10 New FailuresAs of commit 1107fb9 with merge base 0c22347 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Windows is freaking out about the filename |
I guess the natural thing to do here is to replace the colons with something else. Perhaps an underscore. |
To remove the kaldi dependency during testing, this PR has code to both compute files we can use for static comparisons between kaldi functionality and torchaudio functionality as well as code to use these static files to test for similar functionality when no kaldi dependency is available.