Commit Graph

51 Commits

Author SHA1 Message Date
chenfeiyu c57e8e7350 fix transformer_tts' stop condition 2020-12-04 02:11:02 +08:00
chenfeiyu 810f979dba siwtch to keras style sample_weight in losses 2020-12-03 15:37:43 +08:00
chenfeiyu 6edc7d8474 switch back to standard implementation of positional encoding 2020-12-03 14:54:32 +08:00
chenfeiyu 404add2caa temporary fix for memory leak 2020-12-03 14:51:25 +08:00
chenfeiyu 0cdad602e2 fix a bug for changing reduction factor in transformner_tts 2020-11-03 11:18:46 +08:00
chenfeiyu 57d820f055 add support for channel last in batch_spec, and Conv1dBatchNorm 2020-10-30 15:13:57 +08:00
chenfeiyu c43216ae9b 1. API renaming Conv1d -> Conv1D, BatchNorm1d -> BatchNorm1D;
2. add losses in parakeet/modules;
3. fix a bug in phonetics;
4. TransformerTTS update: encoder dim can be different from decoder dim;
5. MultiHeadAttention in TransformerTTS: add k_input_dim & v_input_dim in __init__ to allow differemt feature sizes for k and v.
2020-10-22 05:04:45 +00:00
iclementine 53d0382fc7 clean code: remove deprecated modules 2020-10-15 23:07:30 +08:00
iclementine 5270774bb0 tested io for TransformerTTS 2020-10-15 22:48:09 +08:00
iclementine 40457227e6 move Conv1dBatchNorm to conv.py 2020-10-14 10:05:26 +08:00
iclementine f9087ea9a2 add masking functions 2020-10-13 15:53:18 +08:00
iclementine a8192c79cc WIP: refactor 2020-10-10 15:51:54 +08:00
chenfeiyu 45af3a43b2 fix WeightNormWrapper, stop using CacheDataset for deep voice 3, pin numba version to 0.47.0 2020-06-12 10:01:22 +00:00
Yibing Liu 9b8fd9f93d Upgrade waveflow to 1.8.0 2020-05-22 07:16:45 +00:00
chenfeiyu 6aac18278e refactor for deep voice 3, update wavenet and clarinet to use enable_dygraph 2020-05-20 12:37:19 +00:00
chenfeiyu ff1d66ea94 update for deepvoice3, fix weight norm 2020-05-06 08:36:43 +00:00
liuyibing01 be70b41fd1 Merge branch 'master' into 'master'
fixes for wavenet and modules

See merge request !47
2020-03-22 11:44:42 +08:00
chenfeiyu 2a1819a19c add warning in Conv1DCell and synthesis.py for wavenet and deepvoice 3(auto-regressive models) 2020-03-21 15:10:25 +00:00
chenfeiyu 67613951d5 minor fixes for wavent and modules 2020-03-21 11:52:15 +00:00
lifuchen 75d464221c modified the process of generating masks to speed up batching 2020-03-20 09:37:49 +00:00
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
lifuchen e720592ac1 fix the bug 1/x=0 in python2 2020-03-10 06:49:33 +00:00
lifuchen 429695d6a0 add docstring to transformer_tts and fastspeech 2020-03-10 02:40:44 +00:00
lifuchen f7ec215b9a add docstring for transformer_tts and fastspeech 2020-03-09 07:16:02 +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
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 ac437a080a Remove unused modules.py 2020-02-24 09:49:10 +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 da9f3316c7 add missing imports in module/__init__.py 2020-02-16 17:54:11 +00:00
chenfeiyu 155dfe633d add deepvoice3 model and example 2020-02-16 17:54:11 +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
chenfeiyu 907f777ab8 add conv1d, conv1dcell, conv1d_transpose in to customized layers 2020-02-11 06:49:32 +00:00
lifuchen 6068374a3c modified fastspeech network 2020-02-06 09:11:28 +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 e0aef2e081 rebuild code and TransformerTTS is right. FastSpeech will later. 2020-01-08 03:55:06 +00:00
lifuchen 2179d6d5b0 add FastSpeech 2020-01-03 08:25:17 +00:00
Kexin Zhao 98841ee48a clean code 2019-12-02 22:58:17 -08: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