Commit Graph

284 Commits

Author SHA1 Message Date
liuyibing01 bfbc5e2046 Upgrade to paddle 1.7.1 2020-03-12 14:20:46 +00:00
liuyibing01 4329b581f3 Merge branch 'master' into 'master'
add docstring for Conv1D, Conv1DTranspose and Conv1DCell, remove unnecessary file

See merge request !44
2020-03-10 17:06:05 +08:00
chenfeiyu 37390d96b9 add docstring for Conv1D, Conv1DTranspose and Conv1DCell, remove unnecessary file 2020-03-10 09:02:47 +00:00
liuyibing01 384d093d47 Merge branch 'master' into 'master'
fix for compatability of python2 and lower versions of numpy

See merge request !42
2020-03-10 16:21:49 +08:00
chenfeiyu af98dad33e fix for compatability of python2 and lower versions of numpy 2020-03-10 08:17:56 +00:00
liuyibing01 22cf0b82e8 Merge branch 'fix' into 'master'
fix the bug 1/x=0 in python2

See merge request !41
2020-03-10 14:56:21 +08:00
lifuchen e720592ac1 fix the bug 1/x=0 in python2 2020-03-10 06:49:33 +00:00
Kexin Zhao c7176a8712 note on conv queue 2020-03-09 23:32:22 -07:00
liuyibing01 c2cf81c38a Merge branch 'master' into 'master'
add docstring to transformer_tts and fastspeech

See merge request !36
2020-03-10 11:25:55 +08:00
lifuchen 429695d6a0 add docstring to transformer_tts and fastspeech 2020-03-10 02:40:44 +00:00
chenfeiyu 6a9eab4b73 fix typos and refine doc 2020-03-09 15:33:13 +00:00
chenfeiyu e0e40c5379 Merge branch 'master' of upstream. 2020-03-09 07:30:19 +00:00
Kexin Zhao 484465ca1b add docstring 2020-03-09 07:20:41 +00:00
liuyibing01 e82115bc8a Fix sample file name 2020-03-09 07:20:41 +00:00
lifuchen f7ec215b9a add docstring for transformer_tts and fastspeech 2020-03-09 07:16:02 +00:00
chenfeiyu 4b2b974eb4 refine docstring for parakeet.data and deep voice 3, wavenet and clarinet 2020-03-09 03:06:28 +00:00
Kexin Zhao 4f7ded3c89 add docstring 2020-03-07 23:25:04 -08:00
liuyibing01 8083da21ac Fix sample file name 2020-03-07 14:21:35 +00:00
lifuchen a302bf21f4 fix conflicts of dataset.py 2020-03-06 11:49:53 +00:00
chenfeiyu fd009bb088 use os.path instead of pathlib. 2020-03-06 06:53:50 +00:00
chenfeiyu 86fff7a077 add doc for parakeet.data, python2 compatability for DataIterator and lazy CacheDataset 2020-03-06 02:55:42 +00:00
lifuchen d08779d61e Modified data.py to generate masks as models inputs 2020-03-05 07:22:50 +00:00
lifuchen 078d22e51c Modified data.py to generate masks as models inputs 2020-03-05 07:08:12 +00:00
liuyibing01 cd59c98637 Merge branch 'master' of upstream 2020-02-29 03:26:59 +00:00
liuyibing01 b996e27f41 Temp fix bad get attr 2020-02-29 03:25:47 +00:00
chenfeiyu 44e61e0781 add missing parallel_wavenet, and fix python2 compatability 2020-02-28 03:24:24 +00:00
chenfeiyu 424c16a68d staged clarinet 2020-02-27 10:23:05 +00:00
chenfeiyu a012825423 refactor wavenet 2020-02-26 15:06:48 +00:00
lifuchen 9d79699432 add license 2020-02-26 21:03:51 +08:00
liuyibing01 737d142ae4 Enable the fp16 inference for waveflow 2020-02-25 15:53:54 +00:00
liuyibing01 87e12d26fa Merge branch 'master' of upstream 2020-02-24 09:49:44 +00:00
liuyibing01 ac437a080a Remove unused modules.py 2020-02-24 09:49:10 +00:00
chenfeiyu 78582dbecd make DataIterator compatible for python 2 2020-02-24 06:54:57 +00:00
liuyibing01 8b051486f1 Update synthesis script for waveflow 2020-02-24 02:35:19 +00:00
liuyibing01 7635493a0a Remove unused code 2020-02-24 01:52:52 +00:00
liuyibing01 f9d9785211 Update waveflow to 1.7 api and verified training 2020-02-23 19:00:17 +00:00
lifuchen 47d78b8739 remove utils.py to models/transdformer_tts 2020-02-20 02:17:25 +00:00
chenfeiyu 2bde79514a deepvoice3: update logging functionalities 2020-02-17 14:53:37 +00:00
chenfeiyu 70e271ed95 deepvoice3: fix a bug in position embedding, fix initialization details for converter and attention. 2020-02-17 05:48:43 +00:00
lifuchen 5ad005fd9a move data.py and rename some files 2020-02-16 17:54:11 +00:00
chenfeiyu da9f3316c7 add missing imports in module/__init__.py 2020-02-16 17:54:11 +00:00
chenfeiyu 173693f469 fix missing imports, fix ljspeech.yaml config key: encoder_channels 2020-02-16 17:54:11 +00:00
chenfeiyu 6cbcadebda add layer_tools 2020-02-16 17:54:11 +00:00
chenfeiyu 155dfe633d add deepvoice3 model and example 2020-02-16 17:54:11 +00:00
lifuchen 04d7f8b598 transform parse to argparse 2020-02-13 06:48:21 +00:00
lifuchen f5ac04b1a3 update Conv1D and Linear 2020-02-12 08:51:32 +00:00
lifuchen 53f569a519 customized.py 2020-02-11 12:38:35 +00:00
lifuchen 6908ec520c Adjust the directory structure 2020-02-11 08:57:30 +00:00
lifuchen fc84ca2d4b Adjust the directory structure 2020-02-11 08:56:28 +00:00
liuyibing01 b439de9fc1 Merge branch 'customized_layer' into 'master'
add conv1d, conv1dcell, conv1d_transpose in to customized layers

See merge request !9
2020-02-11 15:14:40 +08:00
chenfeiyu 907f777ab8 add conv1d, conv1dcell, conv1d_transpose in to customized layers 2020-02-11 06:49:32 +00:00
lifuchen 5b2d2a37c9 add TransformerTTS and fastspeech 2020-02-10 07:47:19 +00:00
lifuchen 185e25fedf add transformerTTS and fastspeech 2020-02-10 07:38:29 +00:00
lifuchen d0015239db Eliminated conflict 2020-02-07 01:07:51 +00:00
lifuchen 6068374a3c modified fastspeech network 2020-02-06 09:11:28 +00:00
chenfeiyu 837749a32c update statset and datacargo's design 2020-02-06 15:40:04 +08:00
lifuchen 47a618ce38 right fastspeech version. 2020-01-22 07:46:35 +00:00
lifuchen f009411b57 update fastspeech 2020-01-15 06:10:27 +00:00
lifuchen ab0fe8f304 TransformerTTS precision alignment 2020-01-13 12:37:49 +00:00
lifuchen ae88be3419 modified load checkpoint in train 2020-01-08 06:08:09 +00:00
lifuchen e0aef2e081 rebuild code and TransformerTTS is right. FastSpeech will later. 2020-01-08 03:55:06 +00:00
lifuchen 5b632d18af Merge branch 'master' of ssh://gitlab.baidu.com:8022/liuyibing01/Parakeet into add_TranTTS 2020-01-03 08:30:27 +00:00
lifuchen 2179d6d5b0 add FastSpeech 2020-01-03 08:25:17 +00:00
Kexin Zhao 91ab2b34c4 small change 2019-12-19 00:37:43 -08:00
zhaokexin01 4af577ad72 Update README.md 2019-12-19 16:34:22 +08:00
Kexin Zhao 0e18d60057 refine code 2019-12-19 00:03:06 -08:00
lifuchen 9fe6ad11f0 Training with multi-GPU 2019-12-17 06:23:34 +00:00
Kexin Zhao 8c22397b55 add working synthesis code 2019-12-16 16:42:39 -08:00
lifuchen 8a9bbc2634 add_TransformerTTS 2019-12-16 09:04:22 +00:00
Kexin Zhao f6f0a2ca21 add documentation 2019-12-12 18:11:32 -08:00
Kexin Zhao 83d6a85b86 add waveflow model valid for training only 2019-12-12 17:58:10 -08:00
zhaokexin01 862e23164d Update README.md 2019-12-04 06:42:27 +08:00
Kexin Zhao 98841ee48a clean code 2019-12-02 22:58:17 -08:00
Kexin Zhao b15c313423 working integraton with parakeet 2019-12-02 14:00:53 -08:00
chenfeiyu 5bd396712c fix sampler length 2019-11-25 10:47:31 +00:00
chenfeiyu 4742640119 fix import errors 2019-11-25 08:53:11 +00:00
chenfeiyu 320633a419 folder adjust 2019-11-25 08:11:25 +00:00
chenfeiyu 5b63663aeb folder adjust 2019-11-25 08:09:46 +00:00
chenfeiyu ca7d1dddf3 fix import errors caused by moving files 2019-11-25 07:40:30 +00:00
chenfeiyu de4c5d4f49 add models & modules back 2019-11-25 03:40:52 +00:00
chenfeiyu a715e6029d add README 2019-11-25 03:18:35 +00:00
chenfeiyu ec99a42d82 add vctk 2019-11-24 04:30:42 +00:00
chenfeiyu 34bd1e984d add setup.py 2019-11-22 11:32:59 +08:00
chenfeiyu 617605c8fe place parakeet into Parakeet/parakeet, and add tests 2019-11-21 23:02:32 +08:00