Commit Graph

1865 Commits (d6bd3cd8b8981add60fa727dd6385b2f1d99822a)

Author SHA1 Message Date
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
Edresson b750452782 add Portuguese Cleaner 2020-08-05 17:41:52 +02:00
Edresson 93a9cc4683 add support fot VCTK and BRSpeech dataset 2020-08-05 17:41:52 +02:00
Eren Gölge 571f5761c9 update comment 2020-08-05 17:41:52 +02:00
SanjaESC b0c4a77aea small gst config change 2020-08-05 17:41:52 +02:00
SanjaESC e206ff8a28 override compute_gst in tacotron2 model 2020-08-05 17:37:38 +02:00
SanjaESC eb51d5409a pylint 2020-08-05 17:36:36 +02:00
SanjaESC bdf6944665 fix fft_size key error 2020-08-05 17:36:36 +02:00
SanjaESC 8d0d4919fd No need to query every token when none were passed 2020-08-05 17:36:36 +02:00
erogol b96e74dd49 add multi-speaker arguments to the model def 2020-08-05 17:35:58 +02:00
erogol 8c07ae734c Merge branch 'dev' of https://github.com/mozilla/TTS into dev 2020-08-04 14:30:07 +02:00
erogol 0a34eb6f08 testing fix 2020-08-04 14:29:05 +02:00
erogol e386caa071 mass linter fix 2020-08-04 14:07:47 +02:00
erogol f35504f187 rebranding and replacing import statements 2020-08-04 10:51:19 +02:00
erogol 868efa90b9 rebranding !!!!!!!!!!!!!!!!!!!!!!!!!!!! 2020-08-04 10:32:04 +02:00
Eren Gölge a0bd3e8cb9
Merge pull request #482 from SanjaESC/patch-1
Update to PhonemeCoverage.ipynb
2020-08-04 09:26:23 +02:00
SanjaESC 9b194f2143 woops fix imports 2020-08-03 17:10:04 +02:00
SanjaESC 170fec205f clean output 2020-08-03 17:08:12 +02:00
SanjaESC b7e65a3798 clean output 2020-08-03 17:06:58 +02:00
SanjaESC 841fb2159b multiprocessing 2020-08-03 16:55:38 +02:00
Alexander Korolev 33e9a3a8d6
Update PhonemeCoverage.ipynb
Use from multiprocessing for phoneme processing
2020-08-03 16:44:53 +02:00
Eren Gölge e0f26d3b99
Merge pull request #481 from mozilla/phoneme_pr
Phoneme Coverage Notebook Edit
2020-08-03 13:09:59 +02:00
erogol 2e1390dfb1 loss scaling for O1 optimization 2020-08-03 13:04:07 +02:00
erogol 0bed77944c do not install tf when used for creating server wheel 2020-08-03 13:00:44 +02:00
erogol 10146357a5 using amp in training 2020-08-03 12:52:51 +02:00
erogol e2151e77a1 add apex in check_arguments 2020-08-03 12:43:59 +02:00
repodiac eb905aafd3 apex AMP O1 optimizations 2020-08-03 12:43:17 +02:00
erogol 178ea9b26d Merge branch 'phoneme_pr' of https://github.com/mozilla/TTS into phoneme_pr 2020-08-03 12:23:15 +02:00
erogol 4086e18b30 update imports in notebook 2020-08-03 12:22:30 +02:00
Thorsten Mueller d1759d47a5 Remove old target folder 2020-08-03 12:22:30 +02:00
Thorsten Mueller 8bcd5cc1d7 Adjusted code to mass refactoring on dev branch 2020-08-03 12:22:30 +02:00
Thorsten Mueller 937bed72df newline output of percentage value in plot 2020-08-03 12:22:30 +02:00
Thorsten Mueller 06e76e1d49 Added phoneme frequency percentage in plot 2020-08-03 12:22:30 +02:00
Thorsten Mueller 5b7329e66d small import fix 2020-08-03 12:22:30 +02:00
Thorsten Mueller 06090b5594 added jupyter notebook for phoneme coverage analysis 2020-08-03 12:22:30 +02:00
erogol a4ac0abdc2 update imports in notebook 2020-08-03 12:03:12 +02:00
Eren Gölge 6d6dca00df
Merge pull request #480 from jyegerlehner/import-scipy.io.wavefile-master
Fix import of scipy.io.wavfile in master
2020-08-03 12:01:34 +02:00
Eren Gölge 299f1cafe6
Merge pull request #479 from jyegerlehner/scipy-io-wavfile-import-dev-branch
Fix scipy.io.wavfile import in dev branch
2020-08-03 12:01:02 +02:00
Eren Gölge eef1474fa8
Merge pull request #476 from jyegerlehner/enforce-device-consistency-in-GuidedAttentionLoss-dev-branch
Enforce device consistency in GuidedAttentionLoss (dev branch)
2020-08-03 11:59:11 +02:00
erogol b016c655ea close figures in training to prevent OOM 2020-08-03 11:40:43 +02:00
jim c7c8b5c155 Fix import of scipy.io.wavfile 2020-08-02 20:29:47 -05:00
jim 36fee428b9 Fix scipy.io.wavfile import 2020-08-02 19:36:17 -05:00
jim b0ba577876 Enforce device consistency in GuidedAttentionLoss (dev branch) 2020-08-02 19:03:52 -05:00
Thorsten Mueller 0905fde5bd Remove old target folder 2020-08-02 18:18:55 +02:00
Thorsten Mueller ce5b2d822f Adjusted code to mass refactoring on dev branch 2020-08-02 18:13:54 +02:00
erogol 180d443765 tf version update in requirements.txt 2020-07-31 11:13:14 +02:00
Eren Gölge 4f1c30f770
Merge pull request #467 from reuben/refactor-updates
Minor clean-ups from looking at refactored code
2020-07-31 11:11:34 +02:00
Reuben Morais b21dceb351 Remove some duplicated or unused files 2020-07-30 15:00:10 +02:00
Reuben Morais 9e63cf4072 Load requirements from requirements.txt to avoid duplication and out-of-sync issues 2020-07-30 15:00:09 +02:00