Commit Graph

2100 Commits (921fa5db92c6041cd514ce2c3b7efcede54349fb)

Author SHA1 Message Date
erogol 498a3ea36f fix condition check 2020-09-12 03:39:01 +02:00
erogol 72b8ac0ff6 remove redundant arguments 2020-09-12 03:37:47 +02:00
erogol 15e6ab3912 glow-tts module renaming updates 2020-09-12 03:33:36 +02:00
erogol 0ffe91b21d remove breakpoint() 2020-09-11 19:01:38 +02:00
erogol 1c1984d25b comments update 2020-09-11 19:01:38 +02:00
erogol a012537908 remove breakpoint 2020-09-11 19:01:38 +02:00
erogol 1b238f04b2 add gated conv encoder to glow-tts 2020-09-11 19:01:38 +02:00
erogol 14356d3250 glow-tts with relative pos encoding 2020-09-11 19:01:38 +02:00
erogol 09ad6a09b0 remove debug code 2020-09-11 19:01:38 +02:00
erogol 77c577ddab don't use += 2020-09-11 19:01:38 +02:00
erogol 383c5f7185 add glow-tts model and layers 2020-09-11 19:01:38 +02:00
erogol 43771a3a5c remove redundant arguments 2020-09-11 19:01:38 +02:00
erogol 1dea2c9034 faster sequence masking 2020-09-11 19:01:38 +02:00
erogol 673ba74a80 glow tts training and inference fixes 2020-09-11 19:01:38 +02:00
erogol d5c6d60884 synthesis update for glow tts 2020-09-11 19:01:37 +02:00
erogol 89d15bf118 merge glow-tts after rebranding 2020-09-11 19:01:37 +02:00
erogol 95de34e8ef find cython files insetup 2020-09-11 19:01:07 +02:00
erogol f511521e01 install cython deps 2020-09-11 19:01:07 +02:00
erogol f9001a4bdd refactor and fix compat issues for speaker encoder 2020-09-11 17:17:07 +02:00
erogol 540d811dd5 solve pickling models after module name change 2020-09-11 12:03:39 +02:00
erogol df19428ec6 rename the project to old TTS 2020-09-09 12:27:23 +02:00
erogol daf9c7aaec move notebook 2020-09-07 13:51:14 +02:00
erogol d4319fe42d linter changes and train_tts_test and train_vocoder_test fixes 2020-09-07 13:46:35 +02:00
erogol 3131308baa Merge branch 'dev' 2020-09-07 11:43:26 +02:00
Eren Gölge ee18679e47
Merge pull request #507 from tset-tset-tset/dev
Add a language_switch='remove-flags' argument when calling phonemize
2020-09-07 11:18:46 +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
Eren Gölge c7c5c0812b
Merge pull request #496 from SanjaESC/patch-2
Update train_tts.py
2020-08-14 13:01:57 +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
Eren Gölge 96815bfdf3
Merge pull request #494 from thllwg/dev
Fix: Imports in Speaker Encoder
2020-08-13 14:46:12 +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
thllwg 8b4eb256f6 Merge remote-tracking branch 'TTS/dev' into dev 2020-08-11 14:27:26 +02:00
Eren Gölge 3f34829b78
Merge pull request #489 from mozilla/multi-speaker
Multi speaker
2020-08-10 14:57:43 +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 ac032f00f3 add tests for tacotron and tacotron2 Multi-speaker 2020-08-05 19:34:54 +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 3c6c749de2 add test for AngleProtoLoss 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