Commit Graph

65 Commits

Author SHA1 Message Date
chenfeiyu 2421a936ed fix positional encoding naming conflict 2020-12-21 17:41:18 +08:00
iclementine e03e96d9e4 format all the code with yapf 2020-12-20 13:15:07 +08:00
Li Fuchen 544594ec54
Merge pull request #63 from iclementine/doc
update docstrings for models.wavenet.
2020-12-18 20:57:28 +08:00
iclementine 84ad4c9e65 1. update docstrings for models.wavenet;
2. remove unnecessary code;
3. fix typos
2020-12-18 20:55:27 +08:00
lfchener 1af9127ee6 add docstring for LocationSensitiveAttention 2020-12-18 17:31:51 +08:00
iclementine 310366bb54 1. fix format errors and typos 2020-12-18 16:09:38 +08:00
iclementine d78a8b4e1e 1. update documentations for paddle.modules;
2. update TransformerEncoder and  TransformerDecoder's implementation(mask and dropout).
2020-12-18 15:31:13 +08:00
iclementine 49c9cb38be use numpydoc instead of napoleon 2020-12-18 11:12:22 +08:00
iclementine bbc50faef2 add generated api_doc 2020-12-18 10:54:50 +08:00
lfchener e30d7ad48f merge upstream develop 2020-12-10 03:37:56 +00:00
chenfeiyu a1b827460c fix typos, move quantize/dequantize to moduels/audio 2020-12-09 21:05:39 +08:00
lfchener b12eda8423 add network of tacotron2 model 2020-12-09 09:08:17 +00:00
chenfeiyu 0287f46532 switch back to keras style sample weight 2020-12-05 21:08:10 +08:00
chenfeiyu a4a0bd8c98 add last bn for the decoder postnet, switch back to weighted mean 2020-12-05 14:00:08 +08:00
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