Commit Graph

4543 Commits

Author SHA1 Message Date
Eren Gölge
570d5971be Implement ForwardTTSLoss 2021-09-10 08:29:12 +00:00
Eren Gölge
3abc3a1d32 Fix GPU init in tests 2021-09-10 08:28:10 +00:00
Eren Gölge
0541a25e90 Remove fastpitch.py and speedy_speech.py 2021-09-10 08:27:48 +00:00
Eren Gölge
3c16013199 Fix Vits imports 2021-09-10 08:26:34 +00:00
Eren Gölge
742f9c54da Warn user if nan in GL 2021-09-10 08:26:05 +00:00
Eren Gölge
ed4b1d8514 Test TTS.tts.utils.helpers 2021-09-10 08:25:21 +00:00
Eren Gölge
8b7e094bde Implement forward_tts
- Generic API for feed-forward TTS models (FastPitch, SpeedySpeech)

- Tests for `forward-tts`

- Edit  FastPitchConfig and SpeedySpeechConfig to use `forward_tts`
2021-09-10 08:24:33 +00:00
Eren Gölge
3c740d4893 Style extract_tts_spectrogram.py 2021-09-10 08:21:21 +00:00
Eren Gölge
1de010acd4 Update notebook compat 2021-09-09 10:59:23 +00:00
Eren Gölge
bfc6ceac29 Move MAS to TTS.tts.utils.helpers 2021-09-09 10:57:19 +00:00
Eren Gölge
2dfc5bdd11 Fix best_model_path init if no best_mode 2021-09-09 09:01:52 +00:00
Eren Gölge
abf5e48177 Fix logging current learning rate in trainer 2021-09-09 09:01:04 +00:00
Eren Gölge
6c4c1065b0 Fix trainer's scheduler restoring 2021-09-09 09:00:27 +00:00
Eren Gölge
807f1d3817 Fix extract_tts_spectrograms.py model init 2021-09-09 08:59:55 +00:00
Eren Gölge
537c8576ec Stage TTS.tts.utils.helpers 2021-09-08 13:35:18 +00:00
Eren Gölge
4761853c5c Fix imports 2021-09-08 13:34:40 +00:00
Eren Gölge
b0b96b427a Add FastPitch documentation 2021-09-07 12:24:03 +00:00
Eren Gölge
e20ea57c87 Update comment and add a warning 2021-09-07 12:23:32 +00:00
Eren Gölge
674c72b1f3 Update .gitignore 2021-09-07 12:23:20 +00:00
Eren Gölge
bb2c3df4d0 Update README.md with new models 2021-09-07 08:01:49 +00:00
Eren Gölge
dc2ace3ca0 Merge pull request #793 from coqui-ai/dev
v0.2.2
v0.2.2
2021-09-06 19:25:34 +02:00
Eren Gölge
82598f3fdb Bump up to v0.2.2 2021-09-06 16:59:41 +00:00
Eren Gölge
4cc544bc46 Add FastPitch model to .models.json 2021-09-06 16:59:22 +00:00
Eren Gölge
b27b3bada4 Merge pull request #792 from coqui-ai/fast_pitch
Fast pitch model implementation
2021-09-06 18:33:33 +02:00
Eren Gölge
e72c265cd4 Fix linter issues 2021-09-06 15:16:58 +00:00
Eren Gölge
fd287aa438 Update loader tests for dict return 2021-09-06 15:16:58 +00:00
Eren Gölge
2c4bbbf9b9 Use pyworld for pitch 2021-09-06 15:16:58 +00:00
Eren Gölge
c1513ec4cd Plot pitch over spectrogram 2021-09-06 15:16:58 +00:00
Eren Gölge
d847a68e42 Reformat multi-speaker handling in GlowTTS 2021-09-06 15:16:58 +00:00
Eren Gölge
8d41060d36 Plot unnormalized pitch by FastPitch 2021-09-06 15:16:58 +00:00
Eren Gölge
2b59da802c Fix loader setup in base_tts 2021-09-06 15:16:58 +00:00
Eren Gölge
76c4929ab2 Fix attn mask reading bug 2021-09-06 15:16:58 +00:00
Eren Gölge
91a70e80b2 Refactor TTSDataset
Return a dict by `collate`
Refactor batch handling in `collate`
A couple of bug fixes
2021-09-06 15:16:58 +00:00
Eren Gölge
6878ddfbea Update README.md format 2021-09-06 15:16:58 +00:00
Eren Gölge
0b8bc71fc9 Integrate Scarf pixel 2021-09-06 15:16:58 +00:00
Eren Gölge
29248536c9 Update PositionalEncoding 2021-09-06 15:16:58 +00:00
Eren Gölge
076d0cb258 Add tests for certain FastPitch functions 2021-09-06 15:16:58 +00:00
Eren Gölge
4672889549 Update generic.FFTransformer 2021-09-06 15:16:58 +00:00
Eren Gölge
2bf9e83c49 FastPitch refactor and commenting 2021-09-06 15:16:58 +00:00
Eren Gölge
59b24e66cf Add AlignerNetwork 2021-09-06 15:16:58 +00:00
Eren Gölge
648655fa03 Add PitchExtractor and return dict by collate 2021-09-06 15:16:58 +00:00
Eren Gölge
debf772ec5 Implement binary alignment loss 2021-09-06 15:16:58 +00:00
Eren Gölge
6e9d4062f2 Add sort_by_audio_len option 2021-09-06 15:16:58 +00:00
Eren Gölge
59d52a4cd8 Disable autcast for criterions 2021-09-06 15:16:58 +00:00
Eren Gölge
98a7271ce8 Refactor FastPitchv2 2021-09-06 15:16:58 +00:00
Eren Gölge
e429afbce4 Enable aligner for FastPitch 2021-09-06 15:16:58 +00:00
Eren Gölge
81c228a2d8 Update FastPitch don't detach duration network inputs 2021-09-06 15:16:58 +00:00
Eren Gölge
ca29033ef4 Refactor FastPitch model 2021-09-06 15:16:58 +00:00
Eren Gölge
42862f7fdb Format style of the recipes 2021-09-06 15:16:58 +00:00
Eren Gölge
5d59100a88 Don't use align_score for models with duration predictor 2021-09-06 15:16:58 +00:00