Commit Graph

62 Commits

Author SHA1 Message Date
erogol d4319fe42d linter changes and train_tts_test and train_vocoder_test fixes 2020-09-07 13:46:35 +02:00
tset-tset-tset 4f3917b9a6
Add a language_switch argument when calling phonemize
The language_switch defaults to keep-flags, but the result is inappropriate.
2020-09-01 01:15:42 +09:00
erogol 34241815e7 Merge branch 'dev' of https://github.com/mozilla/TTS into dev 2020-08-18 16:44:10 +02:00
erogol 9e33ab9f83 remove redundant arguments of pwgan 2020-08-17 13:56:10 +02:00
Eren Gölge 81dd3629cb
Merge pull request #498 from thllwg/dev
Missing speaker_mapping argument causes training to break
2020-08-14 13:07:17 +03:00
thllwg e07ff8abe8 remove empty space 2020-08-14 11:12:37 +02:00
thllwg c90fce8d8c Fix for #497 2020-08-14 11:11:04 +02:00
Alexander Korolev 2a2a0864c1
Update train_tts.py
align style_input with the new config key "gst_style_input"
2020-08-14 09:38:53 +02:00
erogol f35b2ebacd Merge branch 'dev' of https://github.com/mozilla/TTS into dev 2020-08-13 14:46:47 +02:00
erogol f9fd21e745 compute_f0 with pyworld 2020-08-13 14:33:52 +02:00
erogol 012bd45f13 docstring for tts/utils/io.py 2020-08-13 13:55:38 +02:00
thllwg 3efea6e827 Import fix 2020-08-13 09:07:57 +02:00
erogol 037fc91b2b remove redundant arguments 2020-08-06 14:23:17 +02:00
erogol 6a46339a43 rebase fixes 2020-08-05 20:19:23 +02:00
Edresson 07c961382f add support for CorentinJ Speaker encoder and add notebook for extract embeddings 2020-08-05 19:35:11 +02:00
Edresson 1d782487f5 use tacotron abstract for multispeaker common definitions 2020-08-05 19:34:54 +02:00
Edresson 26beea0e1b do not resample audio in Dataloader 2020-08-05 19:34:54 +02:00
Edresson df02e876ae fix Lint check errors 2020-08-05 19:34:25 +02:00
Edresson f3b8ef4272 fix Lint check errors 2020-08-05 19:33:50 +02:00
Edresson f37159c135 add Jupyter Notebook for Extract Speaker Embedding per sample using AngleProto 2020-08-05 19:33:35 +02:00
Edresson bd4c6ee42a add speaker encoder parameters in config.json, for more easy changes 2020-08-05 19:33:35 +02:00
Edresson cb212b8049 update deprecated functions call from speaker encoder 2020-08-05 19:33:35 +02:00
Edresson 5e11d81e12 fix broken imports in speaker encoder 2020-08-05 19:33:08 +02:00
Edresson ac85ccae99 update speaker encoder config.json, for compatibility with the TTS model 2020-08-05 19:32:41 +02:00
Edresson bc09ca8111 add suport for AngleProto loss 2020-08-05 19:32:41 +02:00
Edresson f0bcc390d2 Implement Angular Prototypical loss 2020-08-05 19:28:44 +02:00
Edresson ec2de5c88d added integrity test for GST dictionary in synthesis 2020-08-05 19:28:44 +02:00
Edresson 0fa2544fa5 bugfix in tacotron and tacotron 2 gst inference 2020-08-05 19:28:44 +02:00
Edresson d038a00602 add gst style dict suport in synthesize 2020-08-05 19:28:44 +02:00
Edresson 27ddef141d add gst suport in synthesize 2020-08-05 19:28:44 +02:00
Edresson ae62efd9eb Force the loading of the wav in synthesis using the AP sample rate to avoid breaking the demo 2020-08-05 19:28:44 +02:00
Edresson 496a4be3e3 add support for synthesize using variable size external embedding and add bugfix in scipy.io import 2020-08-05 19:28:44 +02:00
Edresson f91b9eeda1 fix Lint check 2020-08-05 19:26:42 +02:00
Edresson a2ee48c28e bugfix in GST 2020-08-05 19:26:42 +02:00
Edresson 89d338358e add External Embedding per sample instead of nn.Embedding 2020-08-05 19:26:42 +02:00
Edresson be77e24a39 bugfix in DDC now DDC work on Tacotron1 2020-08-05 19:23:18 +02:00
Edresson 70c665b9c4 add support fot VCTK and BRSpeech dataset 2020-08-05 19:19:42 +02:00
SanjaESC 1436206224 override compute_gst in tacotron2 model 2020-08-05 19:18:34 +02:00
SanjaESC 77bfb881d7 tacotrongst test + test fixes 2020-08-05 19:18:34 +02:00
SanjaESC 89918c6e53 pylint 2020-08-05 19:17:14 +02:00
SanjaESC 447176258c fix fft_size key error 2020-08-05 19:16:38 +02:00
SanjaESC c2d8a338a1 No need to query every token when none were passed 2020-08-05 19:16:19 +02:00
SanjaESC 84b7ab6ee6 Added support for Tacotron2 GST + abbility to condition style input with wav or tokens 2020-08-05 19:16:19 +02:00
erogol fe081d4f7c fixing rebase issues 2020-08-05 18:33:22 +02:00
erogol 5c752799ae linter update 2020-08-05 18:03:28 +02:00
Edresson 6e7f33c798 add support for synthesize using variable size external embedding and add bugfix in scipy.io import 2020-08-05 18:02:44 +02:00
Edresson 7c12e94ee4 fix Lint check 2020-08-05 17:57:57 +02:00
Edresson 1d73566e4e bugfix in GST 2020-08-05 17:57:57 +02:00
Edresson 8a1c113df6 add External Embedding per sample instead of nn.Embedding 2020-08-05 17:57:57 +02:00
Edresson e265810e8c bugfix in DDC now DDC work on Tacotron1 2020-08-05 17:51:31 +02:00