Commit Graph

9 Commits

Author SHA1 Message Date
iclementine e03e96d9e4 format all the code with yapf 2020-12-20 13:15:07 +08:00
chenfeiyu 29cc759241 add access control by __all__ in modules 2020-12-09 15:58:39 +08:00
iclementine b65cc4d8dc add Unit normalizer 2020-11-19 20:17:42 +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 a8192c79cc WIP: refactor 2020-10-10 15:51:54 +08:00
lifuchen 9d79699432 add license 2020-02-26 21:03:51 +08:00
lifuchen 47a618ce38 right fastspeech version. 2020-01-22 07:46:35 +00:00
lifuchen e0aef2e081 rebuild code and TransformerTTS is right. FastSpeech will later. 2020-01-08 03:55:06 +00:00
lifuchen 9fe6ad11f0 Training with multi-GPU 2019-12-17 06:23:34 +00:00