-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 documentation and scripts for 8 kHz model #632
Conversation
|
||
.. | ||
The pre-trained model is available for download `here <https://ngc.nvidia.com/models/nvidian:nemo:quartznet_15x5_8_khz_for_nemo>`_. | ||
|
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.
Commented this as we are going to wait for QA to approve the model for release.
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.
Any update on this? Would like to test the model.
scripts/convert_wav_to_g711wav.py
Outdated
in_path: source wav file to convert | ||
out_path: destination for G.711 wav file | ||
""" | ||
cmd = ["sox", in_path, "-r", "8000", "-c", "1", "-e", "u-law",out_path] |
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.
This script is based on existing script fisher_audio_to_wav.py. This line is the biggest difference other than comments.
…ert wav files to g.711 format Signed-off-by: jbalam-nv <[email protected]>
…s section for pages with no references Signed-off-by: jbalam-nv <[email protected]>
Signed-off-by: jbalam-nv <[email protected]>
Signed-off-by: Oleksii Kuchaiev <[email protected]> Signed-off-by: jbalam-nv <[email protected]>
* Description of testing updated Signed-off-by: Tomasz Kornuta <[email protected]> * added enters Signed-off-by: Tomasz Kornuta <[email protected]> * polish Signed-off-by: Tomasz Kornuta <[email protected]> * further polish Signed-off-by: Tomasz Kornuta <[email protected]> * typo Signed-off-by: Tomasz Kornuta <[email protected]> Signed-off-by: jbalam-nv <[email protected]>
Signed-off-by: Nithin Rao <[email protected]> Signed-off-by: jbalam-nv <[email protected]>
Signed-off-by: Nithin Rao <[email protected]> Signed-off-by: jbalam-nv <[email protected]>
Signed-off-by: Nithin Rao <[email protected]> Signed-off-by: jbalam-nv <[email protected]>
Signed-off-by: Nithin Rao <[email protected]> Signed-off-by: jbalam-nv <[email protected]>
* warning -> debug Signed-off-by: Tomasz Kornuta <[email protected]> * work in progress on save_to/restore_from Signed-off-by: Tomasz Kornuta <[email protected]> * Refactored torch backend injection, added elementary four torch functions related to model saving/loading, plus unit tests Signed-off-by: Tomasz Kornuta <[email protected]> * Graph save_to and restore_from actions Signed-off-by: Tomasz Kornuta <[email protected]> * style fix Signed-off-by: Tomasz Kornuta <[email protected]> * adding NG to nemo.rst, fixing documentation issues Signed-off-by: Tomasz Kornuta <[email protected]> * Documentation polish Signed-off-by: nvidia <[email protected]> * removed indent Signed-off-by: nvidia <[email protected]> Signed-off-by: jbalam-nv <[email protected]>
Signed-off-by: jbalam-nv <[email protected]>
Signed-off-by: jbalam-nv <[email protected]>
Signed-off-by: jbalam-nv <[email protected]>
#Added
#Removed