-
Notifications
You must be signed in to change notification settings - Fork 732
Make Kaldi fbank support cuda #619
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
Conversation
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.
nit:flake8
torchaudio/compliance/kaldi.py:93:1: E124 closing bracket does not match visual indentation
torchaudio/compliance/kaldi.py:555:1: W293 blank line contains whitespace
More importantly: not compatible with current windows setup?
Build-agent version 1.0.31788-6ad45373 (2020-05-07T13:35:11+0000)
Creating a dedicated VM with windows-server-2019-vs2019:stable image
failed to create host: Image windows-server-2019-vs2019:stable is not compatible with resource class l1.medium
failed to create host: Image windows-server-2019-vs2019:stable is not compatible with resource class l1.medium
Codecov Report
@@ Coverage Diff @@
## master #619 +/- ##
==========================================
+ Coverage 89.00% 89.03% +0.02%
==========================================
Files 21 21
Lines 2255 2261 +6
==========================================
+ Hits 2007 2013 +6
Misses 248 248
Continue to review full report at Codecov.
|
It's unrelated. |
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.
LGTM
* Make fbank support cuda * Reduce rtol for kaldi * fix test * fix flake8
Fixes #613