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

Exportable mel spectrogram preprocessor #5508

Closed
wants to merge 21 commits into from

Commits on Nov 26, 2022

  1. initial commit

    Signed-off-by: shane carroll <shane.carroll@utsa.edu>
    1-800-BAD-CODE committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    9ccbf56 View commit details
    Browse the repository at this point in the history
  2. add featurizer property

    Signed-off-by: shane carroll <shane.carroll@utsa.edu>
    1-800-BAD-CODE committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    d2bd936 View commit details
    Browse the repository at this point in the history
  3. use torchaudio argument instead of separate top-level NeuralModule

    Signed-off-by: shane carroll <shane.carroll@utsa.edu>
    1-800-BAD-CODE committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    225931b View commit details
    Browse the repository at this point in the history
  4. Refactor/unify ASR offline and buffered inference (NVIDIA#5440)

    * refactor/unify offline and buffered
    
    Signed-off-by: fayejf <fayejf07@gmail.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * docstring and type
    
    Signed-off-by: fayejf <fayejf07@gmail.com>
    
    * style fix
    
    Signed-off-by: fayejf <fayejf07@gmail.com>
    
    * audio_dir for buffered
    
    Signed-off-by: fayejf <fayejf07@gmail.com>
    
    * fix
    
    Signed-off-by: fayejf <fayejf07@gmail.com>
    
    * reflect comments
    
    Signed-off-by: fayejf <fayejf07@gmail.com>
    
    * revert setup_gpu
    
    Signed-off-by: fayejf <fayejf07@gmail.com>
    
    * fix
    
    Signed-off-by: fayejf <fayejf07@gmail.com>
    
    Signed-off-by: fayejf <fayejf07@gmail.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Somshubra Majumdar <titu1994@gmail.com>
    Signed-off-by: shane carroll <shane.carroll@utsa.edu>
    3 people authored and 1-800-BAD-CODE committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    052e4ee View commit details
    Browse the repository at this point in the history
  5. Update docs with Comparison tool info (NVIDIA#5182)

    * Update docs with Comparison tool info
    Signed-off-by: George Zelenfroynd <gzelenfroind@nvidia.com>
    Co-authored-by: Oleksii Kuchaiev <okuchaiev@users.noreply.github.com>
    Co-authored-by: Vitaly Lavrukhin <vlavrukhin@nvidia.com>
    Signed-off-by: shane carroll <shane.carroll@utsa.edu>
    Jorjeous authored and 1-800-BAD-CODE committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    6831170 View commit details
    Browse the repository at this point in the history
  6. Standalone diarization+ASR evaluation script (NVIDIA#5439)

    * first commit on eval_diar_with_asr.py
    
    Signed-off-by: Taejin Park <tango4j@gmail.com>
    
    * Add a standalone diarization-ASR evaluation transcript
    
    Signed-off-by: Taejin Park <tango4j@gmail.com>
    
    * Fixed examples in docstrings
    
    Signed-off-by: Taejin Park <tango4j@gmail.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Fixed staticmethod error
    
    Signed-off-by: Taejin Park <tango4j@gmail.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Added description on eval modes
    
    Signed-off-by: Taejin Park <tango4j@gmail.com>
    
    * adding diar_infer_general.yaml
    
    Signed-off-by: Taejin Park <tango4j@gmail.com>
    
    * fix msdd_model in general yaml file
    
    Signed-off-by: Taejin Park <tango4j@gmail.com>
    
    * fixed errors in yaml file
    
    Signed-off-by: Taejin Park <tango4j@gmail.com>
    
    * combine into 1 commit
    
    Signed-off-by: Taejin Park <tango4j@gmail.com>
    
    * Added description on eval modes
    
    Signed-off-by: Taejin Park <tango4j@gmail.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Add MoE support for T5 model (w/o expert parallel) (NVIDIA#5409)
    
    * clean
    
    Signed-off-by: Abhinav Khattar <aklife97@gmail.com>
    
    * kwarg ref
    
    Signed-off-by: Abhinav Khattar <aklife97@gmail.com>
    
    * fix
    
    Signed-off-by: Abhinav Khattar <aklife97@gmail.com>
    
    * fix
    
    Signed-off-by: Abhinav Khattar <aklife97@gmail.com>
    
    * test
    
    Signed-off-by: Abhinav Khattar <aklife97@gmail.com>
    
    * test
    
    Signed-off-by: Abhinav Khattar <aklife97@gmail.com>
    
    * test
    
    Signed-off-by: Abhinav Khattar <aklife97@gmail.com>
    
    * test
    
    Signed-off-by: Abhinav Khattar <aklife97@gmail.com>
    
    * test
    
    Signed-off-by: Abhinav Khattar <aklife97@gmail.com>
    
    * test
    
    Signed-off-by: Abhinav Khattar <aklife97@gmail.com>
    
    * extra args
    
    Signed-off-by: Abhinav Khattar <aklife97@gmail.com>
    
    * test
    
    Signed-off-by: Abhinav Khattar <aklife97@gmail.com>
    
    * rm prints
    
    Signed-off-by: Abhinav Khattar <aklife97@gmail.com>
    
    * style
    
    Signed-off-by: Abhinav Khattar <aklife97@gmail.com>
    
    * review comments
    
    Signed-off-by: Abhinav Khattar <aklife97@gmail.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * review comments
    
    Signed-off-by: Abhinav Khattar <aklife97@gmail.com>
    
    * review comments
    
    Signed-off-by: Abhinav Khattar <aklife97@gmail.com>
    
    * fix
    
    Signed-off-by: Abhinav Khattar <aklife97@gmail.com>
    
    Signed-off-by: Abhinav Khattar <aklife97@gmail.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    
    * Fix args (NVIDIA#5410) (NVIDIA#5416)
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    Co-authored-by: Sandeep Subramanian <sandeep.subramanian.1@umontreal.ca>
    
    * Fix for concat map dataset (NVIDIA#5133)
    
    * change for concat map dataset
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Exhaust longest dataset
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    Co-authored-by: 1-800-BAD-CODE <>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Oleksii Kuchaiev <okuchaiev@users.noreply.github.com>
    Co-authored-by: Sandeep Subramanian <sandeep.subramanian.1@umontreal.ca>
    
    * Add temporary fix for CUDA issue in Dockerfile (NVIDIA#5421) (NVIDIA#5422)
    
    Signed-off-by: Yu Yao <yuya@nvidia.com>
    
    Signed-off-by: Yu Yao <yuya@nvidia.com>
    
    Signed-off-by: Yu Yao <yuya@nvidia.com>
    Co-authored-by: yaoyu-33 <54727607+yaoyu-33@users.noreply.github.com>
    
    * Fix GPT generation when using sentencepiece tokenizer (NVIDIA#5413) (NVIDIA#5428)
    
    * Fix
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    * Fix
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    Co-authored-by: Yi Dong <yidong@nvidia.com>
    Co-authored-by: Oleksii Kuchaiev <okuchaiev@users.noreply.github.com>
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    Co-authored-by: Sandeep Subramanian <sandeep.subramanian.1@umontreal.ca>
    Co-authored-by: Yi Dong <yidong@nvidia.com>
    Co-authored-by: Oleksii Kuchaiev <okuchaiev@users.noreply.github.com>
    
    * Support for finetuning and finetuning inference with .ckpt files & batch size refactoring (NVIDIA#5339)
    
    * Initial refactor
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    * Resolve config before passing to load_from_checkpoint
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    * Fixes for model parallel and nemo restore
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    * Fixes for eval
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Revert config changes
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    * Refactor
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Fix typo
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    * Remove comments
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    * Minor
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Fix validation reconfiguration
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    * Remove old comment
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Fixes for test_ds
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    
    * Revert "Add temporary fix for CUDA issue in Dockerfile (NVIDIA#5421)" (NVIDIA#5431) (NVIDIA#5432)
    
    This reverts commit 0718b17.
    
    Co-authored-by: yaoyu-33 <54727607+yaoyu-33@users.noreply.github.com>
    
    * [ITN] fix year date graph, cardinals extension for hundreds (NVIDIA#5435)
    
    * wip
    
    Signed-off-by: ekmb <ebakhturina@nvidia.com>
    
    * add lociko's hundreds extension for cardinals
    
    Signed-off-by: ekmb <ebakhturina@nvidia.com>
    
    * add optional end
    
    Signed-off-by: ekmb <ebakhturina@nvidia.com>
    
    * restart ci
    
    Signed-off-by: ekmb <ebakhturina@nvidia.com>
    
    Signed-off-by: ekmb <ebakhturina@nvidia.com>
    
    * update doc in terms of get_label for lang id model (NVIDIA#5366)
    
    * reflect PR 5278 ion doc
    
    Signed-off-by: fayejf <fayejf07@gmail.com>
    
    * reflect comment
    
    Signed-off-by: fayejf <fayejf07@gmail.com>
    
    Signed-off-by: fayejf <fayejf07@gmail.com>
    
    * Revert workaround for T5 that sets number of workers to 0 & sync_batch_comm=False (NVIDIA#5420) (NVIDIA#5433)
    
    * Revert workers workaround
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    * Fix in config
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    * Fix
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    Co-authored-by: Oleksii Kuchaiev <okuchaiev@users.noreply.github.com>
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    Co-authored-by: Sandeep Subramanian <sandeep.subramanian.1@umontreal.ca>
    Co-authored-by: Oleksii Kuchaiev <okuchaiev@users.noreply.github.com>
    
    * Fixed bug in notebook (NVIDIA#5382) (NVIDIA#5394)
    
    Signed-off-by: Virginia Adams <vadams@nvidia.com>
    
    Signed-off-by: Virginia Adams <vadams@nvidia.com>
    
    Signed-off-by: Virginia Adams <vadams@nvidia.com>
    Co-authored-by: Virginia Adams <78445382+vadam5@users.noreply.github.com>
    
    * Fixing bug in Megatron BERT when loss mask is all zeros (NVIDIA#5424)
    
    * Fixing bug when loss mask is fully zero
    
    Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update megatron_bert_model.py
    
    Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com>
    
    * Update dataset_utils.py
    
    Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update dataset_utils.py
    
    Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com>
    
    * Update dataset_utils.py
    
    Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com>
    
    Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Sandeep Subramanian <sandeep.subramanian.1@umontreal.ca>
    
    * Use updated API for overlapping grad sync with pipeline parallelism (NVIDIA#5236)
    
    Signed-off-by: Tim Moon <tmoon@nvidia.com>
    
    Signed-off-by: Tim Moon <tmoon@nvidia.com>
    
    * support to disable sequence length + 1 input tokens for each sample in MegatronGPT (NVIDIA#5363)
    
    * support to disable sequence length + 1 input tokens for MegatronGPT
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    Co-authored-by: Anmol Gupta <anmolg@nvidia.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Sandeep Subramanian <sandeep.subramanian.1@umontreal.ca>
    
    * [TTS] Create script for processing TTS training audio (NVIDIA#5262)
    
    * Create script for processing TTS training audio
    * Update VAD trimming logic
    * Remove unused import
    
    Signed-off-by: Ryan <rlangman@nvidia.com>
    
    * [TTS] remove useless logic for set_tokenizer. (NVIDIA#5430)
    
    Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com>
    
    * Fix setting up of `ReduceLROnPlateau` learning rate scheduler (NVIDIA#5444)
    
    * Fix tests
    
    Signed-off-by: PeganovAnton <peganoff2@mail.ru>
    
    * Add accidentally lost changes
    
    Signed-off-by: PeganovAnton <peganoff2@mail.ru>
    
    Signed-off-by: PeganovAnton <peganoff2@mail.ru>
    
    * Create codeql.yml (NVIDIA#5445)
    
    Signed-off-by: Somshubra Majumdar <titu1994@gmail.com>
    
    Signed-off-by: Somshubra Majumdar <titu1994@gmail.com>
    
    * Fix for getting tokenizer in character-based ASR models when using tarred dataset (NVIDIA#5442)
    
    Signed-off-by: Jonghwan Hyeon <hyeon0145@gmail.com>
    
    Signed-off-by: Jonghwan Hyeon <hyeon0145@gmail.com>
    
    * Combine 5 commits
    
    adding diar_infer_general.yaml
    
    Signed-off-by: Taejin Park <tango4j@gmail.com>
    
    Update codeql.yml
    
    Signed-off-by: Somshubra Majumdar <titu1994@gmail.com>
    
    Update codeql.yml
    
    Signed-off-by: Somshubra Majumdar <titu1994@gmail.com>
    
    fix msdd_model in general yaml file
    
    Signed-off-by: Taejin Park <tango4j@gmail.com>
    
    fixed errors in yaml file
    
    Signed-off-by: Taejin Park <tango4j@gmail.com>
    
    * moved eval_der function and fixed tqdm options
    
    Signed-off-by: Taejin Park <tango4j@gmail.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Changed minor error in docstrings
    
    Signed-off-by: Taejin Park <tango4j@gmail.com>
    
    * removed score_labels and changed leave=True
    
    Signed-off-by: Taejin Park <tango4j@gmail.com>
    
    Signed-off-by: Taejin Park <tango4j@gmail.com>
    Signed-off-by: Abhinav Khattar <aklife97@gmail.com>
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    Signed-off-by: Yu Yao <yuya@nvidia.com>
    Signed-off-by: ekmb <ebakhturina@nvidia.com>
    Signed-off-by: fayejf <fayejf07@gmail.com>
    Signed-off-by: Virginia Adams <vadams@nvidia.com>
    Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com>
    Signed-off-by: Tim Moon <tmoon@nvidia.com>
    Signed-off-by: Ryan <rlangman@nvidia.com>
    Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com>
    Signed-off-by: PeganovAnton <peganoff2@mail.ru>
    Signed-off-by: Somshubra Majumdar <titu1994@gmail.com>
    Signed-off-by: Jonghwan Hyeon <hyeon0145@gmail.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Abhinav Khattar <aklife97@gmail.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Sandeep Subramanian <sandeep.subramanian.1@umontreal.ca>
    Co-authored-by: Shane Carroll <50530592+1-800-BAD-CODE@users.noreply.github.com>
    Co-authored-by: Oleksii Kuchaiev <okuchaiev@users.noreply.github.com>
    Co-authored-by: yaoyu-33 <54727607+yaoyu-33@users.noreply.github.com>
    Co-authored-by: Yi Dong <yidong@nvidia.com>
    Co-authored-by: Evelina <10428420+ekmb@users.noreply.github.com>
    Co-authored-by: fayejf <36722593+fayejf@users.noreply.github.com>
    Co-authored-by: Virginia Adams <78445382+vadam5@users.noreply.github.com>
    Co-authored-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com>
    Co-authored-by: Tim Moon <4406448+timmoon10@users.noreply.github.com>
    Co-authored-by: anmolgupt <14880251+anmolgupt@users.noreply.github.com>
    Co-authored-by: Anmol Gupta <anmolg@nvidia.com>
    Co-authored-by: Ryan Langman <rlangman@nvidia.com>
    Co-authored-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com>
    Co-authored-by: PeganovAnton <peganoff2@mail.ru>
    Co-authored-by: Somshubra Majumdar <titu1994@gmail.com>
    Co-authored-by: Jonghwan Hyeon <jonghwanhyeon93@gmail.com>
    Signed-off-by: shane carroll <shane.carroll@utsa.edu>
    21 people committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    ac58218 View commit details
    Browse the repository at this point in the history
  7. Fix for prompt table restore error (NVIDIA#5393) (NVIDIA#5408)

    * Fix for prompt table restore error
    
    Signed-off-by: Virginia Adams <vadams@nvidia.com>
    
    * Added more saftey checks
    
    Signed-off-by: Virginia Adams <vadams@nvidia.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Added more condition checks
    
    Signed-off-by: Virginia Adams <vadams@nvidia.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    Signed-off-by: Virginia Adams <vadams@nvidia.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    
    Signed-off-by: Virginia Adams <vadams@nvidia.com>
    Co-authored-by: Virginia Adams <78445382+vadam5@users.noreply.github.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Signed-off-by: shane carroll <shane.carroll@utsa.edu>
    3 people authored and 1-800-BAD-CODE committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    92306b5 View commit details
    Browse the repository at this point in the history
  8. Radtts 1.13 plus (NVIDIA#5457) (NVIDIA#5471)

    * [TTS] Fixing RADTTS training - removing view buffer and fixing accuracy issue (NVIDIA#5358)
    * Fixing RADTTS training - removing view buffer and fixing accuracy issue
    * Fixes for Torchscript/Triton
    * Added autocast to radtts UT
    * using cuda() for training example
    
    Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com>
    Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com>
    Co-authored-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com>
    Co-authored-by: Oleksii Kuchaiev <okuchaiev@users.noreply.github.com>
    
    Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com>
    Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com>
    Co-authored-by: Boris Fomitchev <borisfom@users.noreply.github.com>
    Co-authored-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com>
    Co-authored-by: Oleksii Kuchaiev <okuchaiev@users.noreply.github.com>
    Signed-off-by: shane carroll <shane.carroll@utsa.edu>
    4 people authored and 1-800-BAD-CODE committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    203ab44 View commit details
    Browse the repository at this point in the history
  9. [TN] raise NotImplementedError for unsupported languages and other mi…

    …nor fixes (NVIDIA#5414)
    
    * [TN] raise NotImplementedError for unsupported languages and other minor fixes
    
    Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com>
    
    * replaced self with class name to use static method correctly.
    
    Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com>
    
    * revert docstring
    
    Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com>
    
    Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com>
    Signed-off-by: shane carroll <shane.carroll@utsa.edu>
    XuesongYang authored and 1-800-BAD-CODE committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    51384bf View commit details
    Browse the repository at this point in the history
  10. Add num layers check (NVIDIA#5470) (NVIDIA#5473)

    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    Co-authored-by: Sandeep Subramanian <sandeep.subramanian.1@umontreal.ca>
    Signed-off-by: shane carroll <shane.carroll@utsa.edu>
    2 people authored and 1-800-BAD-CODE committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    f6a7bff View commit details
    Browse the repository at this point in the history
  11. Add float32 type casting for get_samples function (NVIDIA#5399)

    Signed-off-by: shane carroll <shane.carroll@utsa.edu>
    tango4j authored and 1-800-BAD-CODE committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    669a0ea View commit details
    Browse the repository at this point in the history
  12. Change to kwargs (NVIDIA#5475) (NVIDIA#5477)

    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    
    Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
    Co-authored-by: Sandeep Subramanian <sandeep.subramanian.1@umontreal.ca>
    Signed-off-by: shane carroll <shane.carroll@utsa.edu>
    2 people authored and 1-800-BAD-CODE committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    38a9349 View commit details
    Browse the repository at this point in the history
  13. Transcribe for multi-channel signals (NVIDIA#5479)

    Transcribe for multi-channel signals (NVIDIA#5479)
    
    Signed-off-by: Ante Jukić <ajukic@nvidia.com>
    Signed-off-by: shane carroll <shane.carroll@utsa.edu>
    anteju authored and 1-800-BAD-CODE committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    8fa52b1 View commit details
    Browse the repository at this point in the history
  14. Megatron Export Update (NVIDIA#5343) (NVIDIA#5423)

    * export update for Megatron + change ORT optimization
    
    Signed-off-by: David Mosallanezhad <dmosallanezh@nvidia.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * updated export_utils to use autocast instead of manually casting >:/
    
    Signed-off-by: David Mosallanezhad <dmosallanezh@nvidia.com>
    
    * removed dtype from LayerNorm
    
    Signed-off-by: David Mosallanezhad <dmosallanezh@nvidia.com>
    
    * added comment
    
    Signed-off-by: David Mosallanezhad <dmosallanezh@nvidia.com>
    
    * reverting changes on FloatCast
    
    Signed-off-by: David Mosallanezhad <dmosallanezh@nvidia.com>
    
    * Cherry-picked changes from megatron-norm
    
    Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com>
    
    * updated asr_model import to cast_utils
    
    Signed-off-by: David Mosallanezhad <dmosallanezh@nvidia.com>
    
    * updated del onnx_model place
    
    Signed-off-by: David Mosallanezhad <dmosallanezh@nvidia.com>
    
    * changed ort optimization to basic -> temp fix
    
    Signed-off-by: David Mosallanezhad <dmosallanezh@nvidia.com>
    
    Signed-off-by: David Mosallanezhad <dmosallanezh@nvidia.com>
    Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com>
    Co-authored-by: David Mosallanezhad <dmosallanezh@nvidia.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Boris Fomitchev <bfomitchev@nvidia.com>
    
    Signed-off-by: David Mosallanezhad <dmosallanezh@nvidia.com>
    Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com>
    Signed-off-by: Boris Fomitchev <borisfom@users.noreply.github.com>
    Co-authored-by: David <amosalla@asu.edu>
    Co-authored-by: David Mosallanezhad <dmosallanezh@nvidia.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Boris Fomitchev <bfomitchev@nvidia.com>
    Co-authored-by: Oleksii Kuchaiev <okuchaiev@users.noreply.github.com>
    Co-authored-by: Boris Fomitchev <borisfom@users.noreply.github.com>
    Signed-off-by: shane carroll <shane.carroll@utsa.edu>
    7 people authored and 1-800-BAD-CODE committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    072e10b View commit details
    Browse the repository at this point in the history
  15. export_utils bugfix (NVIDIA#5482)

    * export_utils bugfix (NVIDIA#5480)
    
    * updated export_utils
    
    Signed-off-by: David Mosallanezhad <dmosallanezh@nvidia.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    Signed-off-by: David Mosallanezhad <dmosallanezh@nvidia.com>
    Co-authored-by: David Mosallanezhad <dmosallanezh@nvidia.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    Signed-off-by: David Mosallanezhad <dmosallanezh@nvidia.com>
    Signed-off-by: Boris Fomitchev <borisfom@users.noreply.github.com>
    Co-authored-by: David <amosalla@asu.edu>
    Co-authored-by: David Mosallanezhad <dmosallanezh@nvidia.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Boris Fomitchev <borisfom@users.noreply.github.com>
    Signed-off-by: shane carroll <shane.carroll@utsa.edu>
    5 people authored and 1-800-BAD-CODE committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    d397b9a View commit details
    Browse the repository at this point in the history
  16. Add missing import (NVIDIA#5487)

    Signed-off-by: Jonghwan Hyeon <hyeon0145@gmail.com>
    
    Signed-off-by: Jonghwan Hyeon <hyeon0145@gmail.com>
    Signed-off-by: shane carroll <shane.carroll@utsa.edu>
    jonghwanhyeon authored and 1-800-BAD-CODE committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    04662c7 View commit details
    Browse the repository at this point in the history
  17. Add Silence Augmentation (NVIDIA#5476)

    * add silence augmentation
    
    Signed-off-by: fayejf <fayejf07@gmail.com>
    
    * reflect comment
    
    Signed-off-by: fayejf <fayejf07@gmail.com>
    
    * fix CI
    
    Signed-off-by: fayejf <fayejf07@gmail.com>
    
    Signed-off-by: fayejf <fayejf07@gmail.com>
    Signed-off-by: shane carroll <shane.carroll@utsa.edu>
    fayejf authored and 1-800-BAD-CODE committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    7e0507c View commit details
    Browse the repository at this point in the history
  18. Bug Fix for bert to run on entire validation dataset (NVIDIA#5493)

    Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com>
    
    Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com>
    Signed-off-by: shane carroll <shane.carroll@utsa.edu>
    shanmugamr1992 authored and 1-800-BAD-CODE committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    76efef6 View commit details
    Browse the repository at this point in the history
  19. Export fixes for Riva (NVIDIA#5496) (NVIDIA#5497)

    * Export fixes for Riva
    
    Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com>
    
    * Cleaning up training_utils
    
    Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com>
    
    Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com>
    
    Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com>
    Co-authored-by: Boris Fomitchev <borisfom@users.noreply.github.com>
    Signed-off-by: shane carroll <shane.carroll@utsa.edu>
    2 people authored and 1-800-BAD-CODE committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    5552d57 View commit details
    Browse the repository at this point in the history
  20. Add auto-labeler (NVIDIA#5498)

    Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
    
    Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
    Signed-off-by: shane carroll <shane.carroll@utsa.edu>
    SeanNaren authored and 1-800-BAD-CODE committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    b5f2cb0 View commit details
    Browse the repository at this point in the history
  21. Make arguments match

    Signed-off-by: shane carroll <shane.carroll@utsa.edu>
    1-800-BAD-CODE committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    a00508f View commit details
    Browse the repository at this point in the history