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

Fix tts fastpitch tutorial #7487

Closed
wants to merge 24 commits into from
Closed

Commits on Sep 12, 2023

  1. Allow disabling sanity checking when num_sanity_val_steps=0 (#7413)

    * Allow disabling sanity checking when num_sanity_val_steps=0
    
    Signed-off-by: Abhishree <[email protected]>
    
    * Update num_sanity_val_steps to be a multiple of num_microbatches
    
    Signed-off-by: Abhishree Thittenamane <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Signed-off-by: Abhishree <[email protected]>
    Signed-off-by: Abhishree Thittenamane <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    athitten and pre-commit-ci[bot] authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    fefa3f1 View commit details
    Browse the repository at this point in the history
  2. Add comprehensive error messages (#7261)

    Signed-off-by: Anton Peganov <[email protected]>
    PeganovAnton authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5ccb70f View commit details
    Browse the repository at this point in the history
  3. check NEMO_PATH (#7418)

    Signed-off-by: Nikolay Karpov <[email protected]>
    karpnv authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e3365ea View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. layer selection for ia3 (#7417)

    * layer selection for ia3
    
    Signed-off-by: arendu <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Signed-off-by: arendu <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    arendu and pre-commit-ci[bot] authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    83d6614 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Fix missing pip package 'einops' (#7397)

    Signed-off-by: Robin Dong <[email protected]>
    RobinDong authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    26486cd View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Fix failure of pyaudio in Google Colab (#7396)

    Signed-off-by: Robin Dong <[email protected]>
    RobinDong authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    33f5b9f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    6f7077e View commit details
    Browse the repository at this point in the history
  2. Add rope dynamic linear scaling (#7437)

    * Add dynamic linear scaling
    
    Signed-off-by: Cheng-Ping Hsieh <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Fix bug
    
    Signed-off-by: Cheng-Ping Hsieh <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Fix
    
    Signed-off-by: Cheng-Ping Hsieh <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Fix
    
    Signed-off-by: Cheng-Ping Hsieh <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Fix
    
    Signed-off-by: Cheng-Ping Hsieh <[email protected]>
    
    ---------
    
    Signed-off-by: Cheng-Ping Hsieh <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Yang Zhang <[email protected]>
    3 people authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0454372 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Fix None dataloader issue in PTL2.0 (#7455)

    * Fix None dataloader issue in PTL2.0
    
    Signed-off-by: KunalDhawan <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * updating values of self._validation_dl and self._test_dl as well
    
    Signed-off-by: KunalDhawan <[email protected]>
    
    * updating values of self._validation_dl and self._test_dl as well
    
    Signed-off-by: KunalDhawan <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Signed-off-by: KunalDhawan <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    KunalDhawan and pre-commit-ci[bot] authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    23896b3 View commit details
    Browse the repository at this point in the history
  2. [ASR] Confidence measure -> method renames (#7434)

    * measure -> method
    
    Signed-off-by: Aleksandr Laptev <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Signed-off-by: Aleksandr Laptev <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    GNroy and pre-commit-ci[bot] authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    f3aea9b View commit details
    Browse the repository at this point in the history
  3. Add steps for document of getting dataset 'SF Bilingual Speech' (#7378)

    * Add steps for document of getting dataset 'SF Bilingual Speech'
    
    Signed-off-by: Robin Dong <[email protected]>
    
    * Update datasets.rst
    
    added a link from a tutorial demonstrating detailed data prep steps.
    
    Signed-off-by: Xuesong Yang <[email protected]>
    
    ---------
    
    Signed-off-by: Robin Dong <[email protected]>
    Signed-off-by: Xuesong Yang <[email protected]>
    Co-authored-by: Xuesong Yang <[email protected]>
    RobinDong and XuesongYang authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b5d4573 View commit details
    Browse the repository at this point in the history
  4. RNN-T confidence and alignment bugfix (#7381)

    * new frame_confidence and alignments lists are now always created after the while loop
    
    Signed-off-by: Aleksandr Laptev <[email protected]>
    
    * tests added
    
    Signed-off-by: Aleksandr Laptev <[email protected]>
    
    ---------
    
    Signed-off-by: Aleksandr Laptev <[email protected]>
    GNroy authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    6012ca2 View commit details
    Browse the repository at this point in the history
  5. Fix resume from checkpoint in exp_manager (#7424) (#7426)

    Signed-off-by: Abhishree <[email protected]>
    Co-authored-by: Abhishree Thittenamane <[email protected]>
    Co-authored-by: Eric Harper <[email protected]>
    3 people authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    cfb1f44 View commit details
    Browse the repository at this point in the history
  6. Fix checking of cuda/cpu device for inputs of Decoder (#7444)

    * Fix checking of cuda/cpu device for inputs of Decoder
    
    Signed-off-by: Robin Dong <[email protected]>
    
    * Update tacotron2.py
    
    Signed-off-by: Jason <[email protected]>
    
    ---------
    
    Signed-off-by: Robin Dong <[email protected]>
    Signed-off-by: Jason <[email protected]>
    Co-authored-by: Jason <[email protected]>
    RobinDong and blisc authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    6e39ca9 View commit details
    Browse the repository at this point in the history
  7. Fix failure of ljspeech's get_data.py (#7430)

    * Fix failure of ljspeech's get_data.py
    
    Signed-off-by: Robin Dong <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Signed-off-by: Robin Dong <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    RobinDong and pre-commit-ci[bot] authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c18038b View commit details
    Browse the repository at this point in the history
  8. [TTS] Fix audio codec type checks (#7373)

    * [TTS] Fix audio codec type checks
    
    Signed-off-by: Ryan <[email protected]>
    
    * [TTS] Fix audio codec tests
    
    Signed-off-by: Ryan <[email protected]>
    
    ---------
    
    Signed-off-by: Ryan <[email protected]>
    rlangman authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    43c93d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. [TTS] Add dataset to path of logged artifacts (#7462)

    * [TTS] Add dataset to path of logged artifacts
    
    Signed-off-by: Ryan <[email protected]>
    
    * [TTS] Revert axis name back to Audio Frames
    
    Signed-off-by: Ryan <[email protected]>
    
    ---------
    
    Signed-off-by: Ryan <[email protected]>
    rlangman authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c8894ce View commit details
    Browse the repository at this point in the history
  2. Fix sft dataset truncation (#7464)

    * Add fix
    
    Signed-off-by: Cheng-Ping Hsieh <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Fix
    
    Signed-off-by: Cheng-Ping Hsieh <[email protected]>
    
    ---------
    
    Signed-off-by: Cheng-Ping Hsieh <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    hsiehjackson and pre-commit-ci[bot] authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    19a3b70 View commit details
    Browse the repository at this point in the history
  3. Automatic Lip Reading Recognition (ALR) - ASR/CV (Visual ASR) (#7330)

    * striding_conv1d_k5 and dw_striding_conv1d_k5 subsampling
    
    Signed-off-by: mburchi <[email protected]>
    
    * transpose conv1d inputs
    
    Signed-off-by: mburchi <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    Signed-off-by: mburchi <[email protected]>
    
    * Update subsampling.py
    
    change striding_conv1d_k5 to striding_conv1d
    
    Signed-off-by: Maxime Burchi <[email protected]>
    
    * cv branch
    
    Signed-off-by: mburchi <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * video manifest
    
    Signed-off-by: mburchi <[email protected]>
    
    * add collection classes
    
    Signed-off-by: mburchi <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * add test_step_outputs
    
    Signed-off-by: mburchi <[email protected]>
    
    * correct manifest bug when having only audio or only videos
    
    Signed-off-by: mburchi <[email protected]>
    
    * correct manifest bug when having only audio or only videos
    
    Signed-off-by: mburchi <[email protected]>
    
    * clean references
    
    Signed-off-by: mburchi <[email protected]>
    
    * freeze unfreeze transcribe cv models
    
    Signed-off-by: mburchi <[email protected]>
    
    * correct manifest get_full_path bug
    
    Signed-off-by: mburchi <[email protected]>
    
    * update for PR
    
    Signed-off-by: mburchi <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * guard torchvision
    
    Signed-off-by: mburchi <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update nemo/collections/cv/data/video_to_text_dataset.py
    
    Co-authored-by: Igor Gitman <[email protected]>
    Signed-off-by: Maxime Burchi <[email protected]>
    
    * _video_speech_collate_fn in cv/data/video_to_text.py
    
    Signed-off-by: mburchi <[email protected]>
    
    * add self.out = None to asr subsampling
    
    Signed-off-by: mburchi <[email protected]>
    
    * Update nemo/collections/cv/data/video_to_text_dataset.py
    
    Co-authored-by: Igor Gitman <[email protected]>
    Signed-off-by: Maxime Burchi <[email protected]>
    
    * cv -> multimodal/speech_cv branch
    
    Signed-off-by: mburchi <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Signed-off-by: mburchi <[email protected]>
    Signed-off-by: Maxime Burchi <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Igor Gitman <[email protected]>
    3 people authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c90d4dd View commit details
    Browse the repository at this point in the history
  4. HF StarCoder to NeMo conversion script (#7421)

    * Script to convert HF StarCoder checkpoint to NeMo
    
    Signed-off-by: Jan Lasek <[email protected]>
    
    * StarCoder conversion test
    
    Signed-off-by: Jan Lasek <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    Signed-off-by: Jan Lasek <[email protected]>
    
    * Fix test
    
    Signed-off-by: Jan Lasek <[email protected]>
    
    * Catch up with save_to changes
    
    Signed-off-by: Jan Lasek <[email protected]>
    
    * Don't abbreviate args for clarity
    
    Signed-off-by: Jan Lasek <[email protected]>
    
    * Configurable precision: BF16 vs FP32
    
    Signed-off-by: Jan Lasek <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Signed-off-by: Jan Lasek <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    janekl and pre-commit-ci[bot] authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    cf33be6 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. fix bug when loading dist ckpt in peft (#7452)

    Signed-off-by: Hongbin Liu <[email protected]>
    Co-authored-by: Hongbin Liu <[email protected]>
    lhb8125 and Hongbin Liu authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    efc6732 View commit details
    Browse the repository at this point in the history
  2. Fix adding positional embeddings in-place in transformer module (#7440)

    Signed-off-by: Tamerlan Tabolov <[email protected]>
    Co-authored-by: Cheng-Ping Hsieh <[email protected]>
    The0nix and hsiehjackson authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    433d9f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Fix (#7478)

    Signed-off-by: Cheng-Ping Hsieh <[email protected]>
    hsiehjackson authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a9fb58b View commit details
    Browse the repository at this point in the history
  2. Fix

    Signed-off-by: Cheng-Ping Hsieh <[email protected]>
    hsiehjackson committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    c1d696b View commit details
    Browse the repository at this point in the history