Commit Graph

174 Commits

Author SHA1 Message Date
chenfeiyu 263d3eb88b add an optional to alter the loss and model structure of tacotron2, add an alternative config 2021-04-26 21:18:29 +08:00
iclementine cf01a0da22 add more details to thr README, fix some preprocess scripts 2021-04-25 11:00:42 +08:00
iclementine 3a744dbf30 clean code 2021-04-22 13:25:25 +08:00
iclementine 764c35e99e move tacotron2_msp 2021-04-22 11:00:33 +08:00
chenfeiyu 16b4d4eecb remove files not included in this release 2021-04-20 17:12:22 +08:00
chenfeiyu 3741cc49ca change wavenet to use on-the-fly prepeocessing 2021-04-19 19:58:36 +08:00
iclementine e06c6cdfe1 WIP:update hifigan 2021-04-15 17:23:42 +08:00
iclementine 68497f89a4 WIP: add hifigan 2021-04-14 20:59:26 +08:00
iclementine 184745f42b add gst layer 2021-04-08 04:59:03 +08:00
iclementine dc3b798f82 add global condition support for tacotron2 2021-04-08 04:58:44 +08:00
iclementine 4d3014f4d5 add new trainer 2021-04-03 16:19:46 +08:00
iclementine a3fae49022 merge refactor_tacotron 2021-04-02 11:48:16 +08:00
iclementine 4a039b6407 add vctk example for refactored tacotron 2021-03-31 17:34:19 +08:00
iclementine 7cc3e8c340 add a simple strategy to support multispeaker for tacotron. 2021-03-31 15:23:41 +08:00
iclementine 2dd393349f Merge branch 'develop' into refactor_tacotron 2021-03-30 16:01:22 +08:00
chenfeiyu 0fdb86834b Merge branch 'develop' into baker 2021-03-30 14:39:11 +08:00
chenfeiyu b5dd0cc197 fix speaker encoder and add support for 2 more datasets 2021-03-30 14:38:44 +08:00
iclementine 4757f08550 Merge branch 'develop' into baker 2021-03-29 11:17:51 +08:00
iclementine 59ed247840 fix lstm speaker encoder 2021-03-29 11:17:23 +08:00
iclementine ab85d5ca13 Merge branch 'develop' into baker 2021-03-29 11:13:57 +08:00
iclementine 5443e23fb7 fix lstm speaker encoder 2021-03-29 11:12:02 +08:00
iclementine a9a78742fa Merge branch 'develop' into baker 2021-03-29 10:42:17 +08:00
iclementine 2475da3322 add ge2e 2021-03-27 17:39:37 +08:00
chenfeiyu a005cc88a3 WIP: baker 2021-03-27 12:43:03 +08:00
iclementine da63cfa42e add an embedding layer. 2021-03-22 21:39:22 +08:00
iclementine 086fbf8e35 refactoring code 2021-03-22 21:23:46 +08:00
chenfeiyu 3c60fec900 remove bn in postnet 2021-02-27 03:26:41 +08:00
chenfeiyu 929165b64a 1. remove space from numericalized representation;
2. fix decoder paddign mask's unsqueeze dim.
2021-02-27 02:59:38 +08:00
chenfeiyu ae9e218073 use emb add in tacotron2 2021-02-26 18:08:26 +08:00
chenfeiyu 239703be8b hacky thing, add tone support for acoustic model 2021-02-10 22:58:08 +08:00
chenfeiyu 30e3b9172f 1. fix imports for renamed functions in position encoding;
2. fix dimension in MLPPrenet in transformer_tts;
3. use dropout also in inference in MLPPrenet in transformer_tts.
2021-02-03 14:24:29 +08:00
lfchener 80bf04b710 fix the behavior of dropout in eval of tacotron2 2020-12-28 08:28:55 +00:00
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
iclementine f31643b33c 1. fix typos;
2. add tensorboardX into install requirements.
2020-12-19 20:08:25 +08:00
iclementine b6efb43990 update docstring for waveflow 2020-12-19 18:33: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 255ddcfe32 modified docstring of tacotron2 2020-12-18 20:28:21 +08:00
lfchener 1af9127ee6 add docstring for LocationSensitiveAttention 2020-12-18 17:31:51 +08:00
lfchener 3baffa5f4c update link in docstring 2020-12-18 15:53:24 +08:00
lfchener 6b8573898a update docstring of tacotron2 2020-12-18 15:50:05 +08:00
lfchener ecdeb14a40 add docstring for tacotron2 2020-12-18 15:31:40 +08:00
iclementine bbc50faef2 add generated api_doc 2020-12-18 10:54:50 +08:00
Feiyu Chan b82217f50f
Merge pull request #55 from lfchener/reborn
fix EnglishCharacter frontend and add  spectrogram plots
2020-12-17 11:16:12 +08:00
lfchener 6420da6197 fix some bugs 2020-12-17 02:56:45 +00:00
chenfeiyu bdf60bec39 fix wavenet inference shape 2020-12-16 00:22:43 +08:00
lfchener 3a19150344 move model.eval() to manually 2020-12-12 10:34:48 +00:00
chenfeiyu 796e0b1e1f 1. add interfaces for inference;;
2. add a function to recursively remove weight norm;
3. wavenet: fix weight norm dimension: explicitly specify dim=1 instead of -1.
2020-12-12 18:21:20 +08:00
lfchener 026ae1078b add from_pretrained function for tacotron2 and support synthesize 2020-12-12 08:09:15 +00:00