Commit Graph

13 Commits

Author SHA1 Message Date
iclementine e03e96d9e4 format all the code with yapf 2020-12-20 13:15:07 +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 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 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 40457227e6 move Conv1dBatchNorm to conv.py 2020-10-14 10:05:26 +08:00
iclementine a8192c79cc WIP: refactor 2020-10-10 15:51:54 +08:00
chenfeiyu 37390d96b9 add docstring for Conv1D, Conv1DTranspose and Conv1DCell, remove unnecessary file 2020-03-10 09:02:47 +00:00
chenfeiyu 320633a419 folder adjust 2019-11-25 08:11:25 +00:00
chenfeiyu de4c5d4f49 add models & modules back 2019-11-25 03:40:52 +00:00