Commit Graph
2969 Commits
Author SHA1 Message Date
Eren Gölge 7dff6be871 update tts training tests to use the trainer 2021-06-28 17:03:19 +02:00
Eren Gölge bb355b7441 update align_tts.py model for the trainer 2021-06-28 17:03:19 +02:00
Eren Gölge 9203b863d9 update align_tts_loss for trainer 2021-06-28 17:03:19 +02:00
Eren Gölge fc9a0fb8ce update aling_tts_config for the trainer 2021-06-28 17:03:19 +02:00
Eren Gölge e298b8e364 update trainer.py for better logging handling, restoring models and
rename init_ functions with get_
2021-06-28 17:03:19 +02:00
Eren Gölge b8a4af4010 update synthesis.py for being more generic 2021-06-28 17:03:19 +02:00
Eren Gölge c70d0c9dae update speedy_speech.py model for trainer 2021-06-28 17:03:19 +02:00
Eren Gölge 06ee57d816 update speedy_speecy_config.py for the trainer 2021-06-28 17:03:19 +02:00
Eren Gölge 4e910993f1 update tacotron model to return model_outputs 2021-06-28 17:03:19 +02:00
Eren Gölge bb4deee64c update glow-tts for the trainer 2021-06-28 17:03:19 +02:00
Eren Gölge 9134c7dfb6 update sequence_mask import globally 2021-06-28 17:03:19 +02:00
Eren Gölge b2218e882a update glow_tts_config.py for setting the optimizer and the scheduler 2021-06-28 17:03:19 +02:00
Eren Gölge 891631ab47 typing annotation for the trainer 2021-06-28 17:03:19 +02:00
Eren Gölge 5f07315722 add trainer and train_tts 2021-06-28 17:03:19 +02:00
Eren Gölge 34f8a74e4d remove truncated from synthesizer 2021-06-28 17:03:19 +02:00
Eren Gölge 178eccbc16 update console logger 2021-06-28 17:03:19 +02:00
Eren Gölge f4f83b6379 update synthesis.py for the trainer 2021-06-28 17:03:19 +02:00
Eren Gölge 130781dab6 remove tts.generic_utils as all the functions are moved to other files 2021-06-28 17:03:19 +02:00
Eren Gölge 535a458f40 update Tacotron models for the trainer 2021-06-28 17:03:19 +02:00
Eren Gölge bdbfc95618 add gradual_training argument to tacotron.py 2021-06-28 17:03:19 +02:00
Eren Gölge 5a2e75f0ee import missings for tacotron.py 2021-06-28 17:03:19 +02:00
Eren Gölge da7d10e53c mode setup_model() to models/__init__.py 2021-06-28 17:03:19 +02:00
Eren Gölge ca302db7b0 add sequence_mask to utils.data 2021-06-28 17:03:19 +02:00
Eren Gölge 844abb3b1d setup_loss() in layer/__init__.py 2021-06-28 17:03:19 +02:00
Eren Gölge a20a1c7d06 rename preprocess.py -> formatters.py 2021-06-28 17:03:19 +02:00
Eren Gölge b9bccbb243 move load_meta_data and related functions to datasets/__init__.py 2021-06-28 17:03:19 +02:00
Eren Gölge d09385808a set test_sentences in config 2021-06-28 17:03:19 +02:00
Eren Gölge 8def3c87af trainer-API updates 2021-06-28 17:03:19 +02:00
Eren Gölge 42554cc711 rename MyDataset -> TTSDataset 2021-06-28 17:03:19 +02:00
Eren Gölge 6c7bbcaef0 Use en-us for testing phoneme models 2021-06-25 16:52:17 +02:00
Eren Gölge 987cf1178b Bump up to v0.0.16 2021-06-25 14:44:56 +02:00
Michael Hansen a41f53fe72 Fix silly error in tests 2021-06-25 14:41:35 +02:00
Michael Hansen 3f172b84d8 Fix linting issues 2021-06-25 14:41:31 +02:00
Michael Hansen 4d8426fa0a Use eSpeak IPA lexicons by default for phoneme models 2021-06-25 14:41:05 +02:00
Michael Hansen 618b509204 Use combined characters available in TTS phonemes (like ç) 2021-06-25 14:41:05 +02:00
Michael Hansen da6f6a4a01 Update docstring for clean_gruut_phonemes 2021-06-25 14:41:05 +02:00
Michael Hansen 07e8ff193a Bump version of gruut to 1.1 2021-06-25 14:41:05 +02:00
Michael Hansen 47191f3ecc Add tests for gruut phonemization 2021-06-25 14:41:05 +02:00
Michael Hansen 67869e77f9 Use gruut for phonemization 2021-06-25 14:41:05 +02:00
Eren Gölge d245b5d48f bump up v0.0.15.1 2021-06-08 09:21:01 +02:00
Eren Gölge d0eb2e636f Merge pull request #557 from coqui-ai/add-missing-version-file
add missing VERSION to manifest
2021-06-08 09:19:29 +02:00
Eren Gölge ed6e109aec add missing VERSION to manifest 2021-06-08 09:17:05 +02:00
Eren Gölge b8b79a5e5a fix use_cuda bug in server.py 2021-06-04 14:02:53 +02:00
Eren Gölge 203ab855c3 bump up to v0.0.15 2021-06-04 13:52:54 +02:00
Eren Gölge 06a7088557 Merge pull request #532 from coqui-ai/auto-pypi-upload
auto upload to pypi on release
2021-06-04 13:30:41 +02:00
Eren Gölge ba9bcf7c6b auto upload to pypi on release 2021-06-04 12:20:06 +02:00
Eren Gölge e66753bd0d fixup! new japanese model placeholder in .models.json 2021-06-03 18:04:28 +02:00
Eren Gölge bd434636a9 new japanese model placeholder in .models.json 2021-06-02 15:54:37 +02:00
Eren Gölge 401fbd8978 bump up to v0.0.15 2021-06-02 11:48:17 +02:00
Eren Gölge db48c69f0f reduce fullband melgan model size for testing 2021-06-02 11:44:53 +02:00