Eren Gölge
|
37803467aa
|
Merge pull request #1021 from loganhart420/dataset_downloaders
Add addtional datasets
|
2021-12-20 10:42:20 +01:00 |
|
Eren Gölge
|
6b8ed18dcc
|
Merge pull request #1022 from coqui-ai/papercuts
Fix some setup papercuts
|
2021-12-20 10:40:57 +01:00 |
|
Reuben Morais
|
0635e8b931
|
Try to speed up CI install times
|
2021-12-17 14:01:25 +01:00 |
|
Reuben Morais
|
0057494a2a
|
Remove broken link
|
2021-12-17 11:37:19 +01:00 |
|
Reuben Morais
|
859ac1a54c
|
Include usage instructions in README
|
2021-12-17 11:37:19 +01:00 |
|
Reuben Morais
|
78100851f2
|
Upload sdist and wheel to PyPI
|
2021-12-17 11:37:19 +01:00 |
|
Eren Gölge
|
223ffe2954
|
Add torchaudio to requirements.txt
|
2021-12-16 14:57:54 +00:00 |
|
Eren Gölge
|
95ca2ef773
|
Implement init_speaker_encoder and change arg names
|
2021-12-16 14:57:24 +00:00 |
|
Eren Gölge
|
1ddf245b08
|
Use speaker_encoder from speaker manager in Vits
|
2021-12-16 14:56:34 +00:00 |
|
Eren Gölge
|
08a1cf3dcb
|
Change speaker_idx to speaker_name
|
2021-12-16 14:55:43 +00:00 |
|
Eren Gölge
|
abedfd586d
|
Add functions to get and check and argument in config and config.model_args
|
2021-12-16 14:53:57 +00:00 |
|
loganhart420
|
103c010eca
|
Add addtional datasets
|
2021-12-16 07:21:27 -05:00 |
|
Eren Gölge
|
9ec6238f4a
|
Fixup
|
2021-12-13 16:30:15 +00:00 |
|
Eren Gölge
|
6274d5e438
|
Fixup
|
2021-12-13 16:29:19 +00:00 |
|
Eren Gölge
|
6d7199d559
|
Rename setup_model to setup_speaker_encoder_model
|
2021-12-13 16:28:54 +00:00 |
|
Eren Gölge
|
f73573c215
|
Fix synthesizer reading use_language_embedding
|
2021-12-13 16:27:36 +00:00 |
|
Eren Gölge
|
4b06e3e232
|
Use torchaudio for ResNet speaker encoder
|
2021-12-13 16:23:57 +00:00 |
|
Eren Gölge
|
84bbe02839
|
Add 👑YourTTS docs
|
2021-12-10 09:12:03 +00:00 |
|
Eren Gölge
|
bbea9b3f9f
|
Remove redundant code
|
2021-12-10 07:53:19 +00:00 |
|
Eren Gölge
|
66b6e9bc99
|
Make style
|
2021-12-10 07:53:10 +00:00 |
|
WeberJulian
|
b4bb0ace70
|
Fix zoo tests
|
2021-12-09 13:43:08 +00:00 |
|
WeberJulian
|
846b4a14c6
|
Add recipe for multi-lingual VITS
|
2021-12-09 13:43:08 +00:00 |
|
WeberJulian
|
4706583452
|
Add support for multi-lingual models in CLI
|
2021-12-09 13:43:08 +00:00 |
|
WeberJulian
|
7b81c16434
|
Fix seed in test_samplers to avoid random fails
|
2021-12-09 13:42:42 +00:00 |
|
WeberJulian
|
22c7be5f44
|
Add test for language_weighted_sampler
|
2021-12-09 13:42:42 +00:00 |
|
WeberJulian
|
3f3505c1ca
|
Prevent weighted sampler use when num_gpus > 1
|
2021-12-09 13:42:42 +00:00 |
|
WeberJulian
|
0f64d45e04
|
Revert init multispeaker change
|
2021-12-09 13:42:42 +00:00 |
|
WeberJulian
|
4001322e50
|
Fix trailing space
|
2021-12-09 13:42:42 +00:00 |
|
WeberJulian
|
352b4be104
|
Move multilingual logic out of the trainer
|
2021-12-09 13:42:42 +00:00 |
|
Edresson
|
b909a3b63e
|
Add Docstring for TorchSTFT
|
2021-12-09 13:41:56 +00:00 |
|
Edresson
|
d79531c177
|
Add remove silence vad script Unit test
|
2021-12-09 13:41:56 +00:00 |
|
Edresson
|
c382a3f6a9
|
Add find unique phonemes unit tests
|
2021-12-09 13:41:56 +00:00 |
|
Edresson
|
be8f444636
|
Add the SCL resample TODO
|
2021-12-09 13:41:56 +00:00 |
|
WeberJulian
|
4a8c344fc8
|
Make a multilingual test use chars
|
2021-12-09 13:41:56 +00:00 |
|
WeberJulian
|
eff0a5ca10
|
Fix merge bug
|
2021-12-09 13:41:56 +00:00 |
|
WeberJulian
|
9c1bec86a4
|
Fix tests
|
2021-12-09 13:41:28 +00:00 |
|
Edresson
|
79f75924de
|
Fix pylint checks
|
2021-12-09 13:41:28 +00:00 |
|
WeberJulian
|
93dbb67c52
|
Remove self.audio_config from VITS
|
2021-12-09 13:41:28 +00:00 |
|
Edresson
|
0359cab4fa
|
Remove torchaudio requeriment
|
2021-12-09 13:39:13 +00:00 |
|
WeberJulian
|
36ddf32972
|
Fix trailing whitespace
|
2021-12-09 13:38:18 +00:00 |
|
WeberJulian
|
9d8d4e6fb3
|
Update docstring
|
2021-12-09 13:38:18 +00:00 |
|
Edresson
|
65b5ed4427
|
Add VITS multilingual d-vectors unit test
|
2021-12-09 13:38:18 +00:00 |
|
Edresson
|
87059e3bbb
|
Add the language embedding dim in the duration predictor class
|
2021-12-09 13:38:18 +00:00 |
|
Edresson
|
5782df8ffe
|
Get the number speaker from the Speaker Manager property
|
2021-12-09 13:38:18 +00:00 |
|
Edresson
|
88f4369c63
|
Fix the bug in multispeaker vits
|
2021-12-09 13:38:18 +00:00 |
|
Edresson
|
aa1a070d58
|
Rename ununsed_speakers to ignored_speakers
|
2021-12-09 13:38:18 +00:00 |
|
WeberJulian
|
346bd931b2
|
remove inference notebook
|
2021-12-09 13:37:50 +00:00 |
|
Edresson
|
1251d04387
|
Fix function name
|
2021-12-09 13:37:50 +00:00 |
|
Edresson
|
9781e4d516
|
Lint fixs
|
2021-12-09 13:37:50 +00:00 |
|
Edresson
|
8ae22725e1
|
Fix the bug in extract tts spectrograms
|
2021-12-09 13:37:50 +00:00 |
|