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

TTS FastPitch Finetuning #2684

Merged
merged 22 commits into from
Aug 26, 2021
Merged

TTS FastPitch Finetuning #2684

merged 22 commits into from
Aug 26, 2021

Commits on Aug 20, 2021

  1. Added speaker in FastPitch2 dataloader

    Signed-off-by: Paarth Neekhara <[email protected]>
    paarthneekhara committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    1383553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d68e76 View commit details
    Browse the repository at this point in the history
  3. trying to fix g2p

    Signed-off-by: Paarth Neekhara <[email protected]>
    paarthneekhara committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    fad6d3a View commit details
    Browse the repository at this point in the history
  4. pytorch lightning version requirement

    Signed-off-by: Paarth Neekhara <[email protected]>
    paarthneekhara committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    abff093 View commit details
    Browse the repository at this point in the history
  5. Cleanupfinetuning (#2)

    * Added filelists and finetuning code
    
    * image logging transoposed bug fix in FastPitch
    
    * pytorch lightning version requirement
    
    * added filelists for multispeaker hifigan
    
    * hifigan 44100 Hz
    
    * updated filelists, added another configuration of hifigan generator as per jason
    
    * added notebooks and some scripts
    
    * synthesize samples script update
    
    * removed sample filelists
    
    * reverted hifigan changes
    
    * reverting hifigan.yaml update
    
    Signed-off-by: Paarth Neekhara <[email protected]>
    paarthneekhara committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    0017e06 View commit details
    Browse the repository at this point in the history
  6. added finetuning notebook

    Signed-off-by: Paarth Neekhara <[email protected]>
    paarthneekhara committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    f91a9e0 View commit details
    Browse the repository at this point in the history
  7. removed fastpitch2.py (redundant with fastpitch.py)

    Signed-off-by: Paarth Neekhara <[email protected]>
    paarthneekhara committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    93c4379 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    715ad0c View commit details
    Browse the repository at this point in the history
  9. reverting to old fastpitch align yaml

    Signed-off-by: Paarth Neekhara <[email protected]>
    paarthneekhara committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    bd06780 View commit details
    Browse the repository at this point in the history
  10. reverted to old vocabs.py

    Signed-off-by: Paarth Neekhara <[email protected]>
    paarthneekhara committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    b97b095 View commit details
    Browse the repository at this point in the history
  11. reverted to old vocabs.py

    Signed-off-by: Paarth Neekhara <[email protected]>
    paarthneekhara committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    a751785 View commit details
    Browse the repository at this point in the history
  12. reverting requirements change

    Signed-off-by: Paarth Neekhara <[email protected]>
    paarthneekhara committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    1b5291f View commit details
    Browse the repository at this point in the history
  13. addressed pull request reviews -- updated notebook, speaker loading f…

    …or fastpitch dataset, comments in configuration files
    
    Signed-off-by: Paarth Neekhara <[email protected]>
    paarthneekhara committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    68cb863 View commit details
    Browse the repository at this point in the history
  14. notebook update

    Signed-off-by: Paarth Neekhara <[email protected]>
    paarthneekhara committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    6d53329 View commit details
    Browse the repository at this point in the history
  15. removed redundant configuration file, updated notebook

    Signed-off-by: Paarth Neekhara <[email protected]>
    paarthneekhara committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    d917be3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    322db0c View commit details
    Browse the repository at this point in the history
  17. added url for hifigan dataset in notebook

    Signed-off-by: Paarth Neekhara <[email protected]>
    paarthneekhara committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    bf78860 View commit details
    Browse the repository at this point in the history
  18. warning messages if optimizer configuration does not look correct whi…

    …le finetuning
    
    Signed-off-by: Paarth Neekhara <[email protected]>
    paarthneekhara committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    8a6f8b0 View commit details
    Browse the repository at this point in the history
  19. style error fix

    Signed-off-by: Paarth Neekhara <[email protected]>
    paarthneekhara committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    e9dfa32 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

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

Commits on Aug 25, 2021

  1. dataloader fix after master merge

    Signed-off-by: Paarth Neekhara <[email protected]>
    paarthneekhara committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    92b8aca View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main

    blisc authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    49761df View commit details
    Browse the repository at this point in the history