Commit Graph

2160 Commits

Author SHA1 Message Date
Eren Gölge 9a865c8f28
Update README.md 2021-01-26 03:08:45 +01:00
Eren Gölge 1358e1a368 README.md update 2021-01-26 03:06:58 +01:00
Eren Gölge b464cab9b8 setup.py update and pylint fixes 2021-01-26 02:57:50 +01:00
Eren Gölge 660d61aeeb maximum_path_numpy and CYTHON adabtable import 2021-01-26 02:57:07 +01:00
Eren Gölge 877f0bbfba manifest.in update 2021-01-26 02:56:55 +01:00
Eren Gölge 82e029529e fix manifest file 2021-01-25 13:27:54 +01:00
Eren Gölge 57b668fd86 fixing dome pypi issues 2021-01-25 13:06:12 +01:00
Eren Gölge 60c1bb93d9 fixes before first PyPI release 2021-01-25 11:16:20 +01:00
Eren Gölge 58f6b34f8b config update 2021-01-22 14:50:20 +01:00
Eren Gölge d6f6d24fa6 config fix 2021-01-22 14:24:50 +01:00
Eren Gölge 503ae3ee76 Merge branch 'dev' of https://github.com/mozilla/TTS into dev 2021-01-22 13:57:57 +01:00
Eren Gölge 1d3de15b16 circleCI update 2021-01-22 13:57:36 +01:00
Eren Gölge fae10309e4
Merge pull request #624 from SanjaESC/patch-3
Update train_tacotron.py
2021-01-22 13:29:09 +01:00
Eren Gölge 5ee73c2bae Merge branch 'dev' of https://github.com/mozilla/TTS into dev 2021-01-22 13:26:27 +01:00
Eren Gölge 9c1b3226f5 update version 2021-01-22 03:26:25 +01:00
Eren Gölge 5fb611ef40 static image for server index.html 2021-01-22 03:01:53 +01:00
Eren Gölge ca647cf222 Model Manager to download released models 2021-01-22 02:35:43 +01:00
Eren Gölge ca8ad9c21e rename audio._normalize to audio.normalize 2021-01-22 02:33:19 +01:00
Eren Gölge c990b3a59c linter fixes and test fixes 2021-01-22 02:32:35 +01:00
Eren Gölge 32d21545ac README update 2021-01-22 02:30:32 +01:00
Alexander Korolev f251dc8c0e
Update train_tacotron.py
When attempting to fine-tune a model with "prenet_type": "bn" that was originally trained with "prenet_type": "original", a RuntimeError is thrown that stops the training.

By catching the RuntimeError, the required layers can be partially restored and the training will continue without any problems.
2021-01-21 21:16:30 +01:00
Eren Gölge 26540d507d add pyproject.toml 2021-01-21 15:57:49 +01:00
Eren Gölge 0ab2eb2664 use synthesizer in both synthesize.py and server.pu 2021-01-21 15:54:33 +01:00
Eren Gölge 9addfabc43 wavernn load_checkpoint function 2021-01-21 15:31:13 +01:00
Eren Gölge 50fee59a2c update synthesizer.py for better interfacing to different models 2021-01-21 15:30:49 +01:00
Eren Gölge 007a4d7139 remove 3rd paty wavernn support from server.py and add ModelManager arguments 2021-01-21 15:30:16 +01:00
Eren Gölge 6b6e989fd2 update server readme 2021-01-21 15:29:46 +01:00
Eren Gölge 8cfed63398 update install instructions 2021-01-21 15:29:21 +01:00
root 1bc8fbbd3c set eval mode whe nloading models 2021-01-20 02:14:18 +00:00
root 5bd7238153 interpolate spectrogram in vocoder generic utils for matching sample
rates
2021-01-20 02:13:01 +00:00
root ca3743539a load_checkpoint func for vocoder models 2021-01-20 02:12:29 +00:00
root ea39715305 read_json_with_comments 2021-01-20 02:11:55 +00:00
root 563bc921d8 optional verbose for audio.py init 2021-01-20 02:11:24 +00:00
root 1faf565e3a add load_checkpoint func to tts models 2021-01-20 02:10:56 +00:00
root 5c87753e88 glow-tts fix for saving inverse weight 2021-01-20 02:09:42 +00:00
root 3d30dae8f3 .models.json and synthesize.py update for interfacing with model manager 2021-01-20 02:08:58 +00:00
Eren Gölge b70bef579a
Merge pull request #620 from gerazov/dev
TorchSTFT to device fix
2021-01-18 11:19:45 +01:00
gerazov b2b4828f17 set requires_grad=False 2021-01-16 19:46:04 +01:00
gerazov c96f7a2614 TorchSTFT to device fix 2021-01-16 12:21:16 +01:00
root 435943ba39 update issue template 2021-01-15 16:57:52 +00:00
root 907cb9848b README update 2021-01-13 10:14:59 +00:00
root 20d3bc5e0d fix README 2021-01-13 10:11:23 +00:00
root d320ccf6c6 Merge branch 'dev' 2021-01-13 10:09:07 +00:00
root 7beaacc55b update compute_attention_masks.py 2021-01-13 10:03:57 +00:00
erogol 0a9767afd7 remove travis.yml 2021-01-12 17:32:36 +01:00
erogol 428c224b88 commet update 2021-01-12 17:31:04 +01:00
Eren Gölge c36b46ee25
Update README.md 2021-01-12 16:32:15 +01:00
erogol 4132240833 Merge branch 'dev' of https://github.com/mozilla/TTS into dev 2021-01-11 17:28:58 +01:00
erogol bbc8d665a1 move attention layers to a sperate file 2021-01-11 17:27:30 +01:00
erogol 79c841ccd3 mass refactoring and update 2021-01-11 17:26:58 +01:00