Skip to content
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

Merged
merged 15 commits into from
May 20, 2020
Merged

Add documentation and scripts for 8 kHz model #632

merged 15 commits into from
May 20, 2020

Commits on May 13, 2020

  1. Added new section to asr docs about 8 kHz models and a script to conv…

    …ert wav files to g.711 format
    
    Signed-off-by: jbalam-nv <4916480+jbalam-nv@users.noreply.github.com>
    jbalam-nv committed May 13, 2020
    Configuration menu
    Copy the full SHA
    d935fd7 View commit details
    Browse the repository at this point in the history
  2. Made References subsections within each section and removed Reference…

    …s section for pages with no references
    
    Signed-off-by: jbalam-nv <4916480+jbalam-nv@users.noreply.github.com>
    jbalam-nv committed May 13, 2020
    Configuration menu
    Copy the full SHA
    085bf7b View commit details
    Browse the repository at this point in the history
  3. Added a config file for 8 kHz

    Signed-off-by: jbalam-nv <4916480+jbalam-nv@users.noreply.github.com>
    jbalam-nv committed May 13, 2020
    Configuration menu
    Copy the full SHA
    db82c56 View commit details
    Browse the repository at this point in the history
  4. product name updates

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    Signed-off-by: jbalam-nv <4916480+jbalam-nv@users.noreply.github.com>
    okuchaiev authored and jbalam-nv committed May 13, 2020
    Configuration menu
    Copy the full SHA
    3f3366c View commit details
    Browse the repository at this point in the history
  5. Description of testing updated (#628)

    * Description of testing updated
    
    Signed-off-by: Tomasz Kornuta <tkornuta@nvidia.com>
    
    * added enters
    
    Signed-off-by: Tomasz Kornuta <tkornuta@nvidia.com>
    
    * polish
    
    Signed-off-by: Tomasz Kornuta <tkornuta@nvidia.com>
    
    * further polish
    
    Signed-off-by: Tomasz Kornuta <tkornuta@nvidia.com>
    
    * typo
    
    Signed-off-by: Tomasz Kornuta <tkornuta@nvidia.com>
    Signed-off-by: jbalam-nv <4916480+jbalam-nv@users.noreply.github.com>
    tkornuta-nvidia authored and jbalam-nv committed May 13, 2020
    Configuration menu
    Copy the full SHA
    75db3a5 View commit details
    Browse the repository at this point in the history
  6. integration test

    Signed-off-by: Nithin Rao <nithinrao.koluguri@gmail.com>
    Signed-off-by: jbalam-nv <4916480+jbalam-nv@users.noreply.github.com>
    nithinraok authored and jbalam-nv committed May 13, 2020
    Configuration menu
    Copy the full SHA
    e76dc4c View commit details
    Browse the repository at this point in the history
  7. reduced lr

    Signed-off-by: Nithin Rao <nithinrao.koluguri@gmail.com>
    Signed-off-by: jbalam-nv <4916480+jbalam-nv@users.noreply.github.com>
    nithinraok authored and jbalam-nv committed May 13, 2020
    Configuration menu
    Copy the full SHA
    e178d60 View commit details
    Browse the repository at this point in the history
  8. TestCase removed

    Signed-off-by: Nithin Rao <nithinrao.koluguri@gmail.com>
    Signed-off-by: jbalam-nv <4916480+jbalam-nv@users.noreply.github.com>
    nithinraok authored and jbalam-nv committed May 13, 2020
    Configuration menu
    Copy the full SHA
    c1a314a View commit details
    Browse the repository at this point in the history
  9. style fix

    Signed-off-by: Nithin Rao <nithinrao.koluguri@gmail.com>
    Signed-off-by: jbalam-nv <4916480+jbalam-nv@users.noreply.github.com>
    nithinraok authored and jbalam-nv committed May 13, 2020
    Configuration menu
    Copy the full SHA
    b8d8efe View commit details
    Browse the repository at this point in the history
  10. Graph save/restore actions (#625)

    * warning -> debug
    
    Signed-off-by: Tomasz Kornuta <tkornuta@nvidia.com>
    
    * work in progress on save_to/restore_from
    
    Signed-off-by: Tomasz Kornuta <tkornuta@nvidia.com>
    
    * Refactored torch backend injection, added elementary four torch functions related to model saving/loading, plus unit tests
    
    Signed-off-by: Tomasz Kornuta <tkornuta@nvidia.com>
    
    * Graph save_to and restore_from actions
    
    Signed-off-by: Tomasz Kornuta <tkornuta@nvidia.com>
    
    * style fix
    
    Signed-off-by: Tomasz Kornuta <tkornuta@nvidia.com>
    
    * adding NG to nemo.rst, fixing documentation issues
    
    Signed-off-by: Tomasz Kornuta <tkornuta@nvidia.com>
    
    * Documentation polish
    
    Signed-off-by: nvidia <tkornuta@nvidia.com>
    
    * removed indent
    
    Signed-off-by: nvidia <tkornuta@nvidia.com>
    Signed-off-by: jbalam-nv <4916480+jbalam-nv@users.noreply.github.com>
    tkornuta-nvidia authored and jbalam-nv committed May 13, 2020
    Configuration menu
    Copy the full SHA
    480bc16 View commit details
    Browse the repository at this point in the history
  11. Style fix

    Signed-off-by: jbalam-nv <4916480+jbalam-nv@users.noreply.github.com>
    jbalam-nv committed May 13, 2020
    Configuration menu
    Copy the full SHA
    d650b85 View commit details
    Browse the repository at this point in the history
  12. Fixed some sphinx warnings causing build failures

    Signed-off-by: jbalam-nv <4916480+jbalam-nv@users.noreply.github.com>
    jbalam-nv committed May 13, 2020
    Configuration menu
    Copy the full SHA
    8aceffe View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    23ea2c1 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Made changes suggested in the review

    Signed-off-by: jbalam-nv <4916480+jbalam-nv@users.noreply.github.com>
    jbalam-nv committed May 19, 2020
    Configuration menu
    Copy the full SHA
    5945c1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b492533 View commit details
    Browse the repository at this point in the history