Commit Graph

156 Commits

Author SHA1 Message Date
iclementine a834e132b9 fix root path 2021-03-31 19:36:48 +08:00
iclementine dd73ee6611 fix root path 2021-03-31 19:35:59 +08:00
iclementine 883bc16d24 fix root path 2021-03-31 19:33:33 +08:00
iclementine f84d460613 fix class name 2021-03-31 19:31:16 +08:00
iclementine 327c7a5ce4 fix indentation 2021-03-31 19:29:09 +08:00
iclementine 4a039b6407 add vctk example for refactored tacotron 2021-03-31 17:34:19 +08:00
iclementine 2dd393349f Merge branch 'develop' into refactor_tacotron 2021-03-30 16:01:22 +08:00
iclementine e3f7bb5a51 simplify visualization code 2021-03-30 15:56:14 +08:00
chenfeiyu b5dd0cc197 fix speaker encoder and add support for 2 more datasets 2021-03-30 14:38:44 +08:00
iclementine 2475da3322 add ge2e 2021-03-27 17:39:37 +08:00
iclementine 2b62fbb614 1. change the default min value of LogMagnitude to 1e-5;
2. remove stop logit prediction from tacotron2 model.
2021-03-23 10:44:22 +08:00
iclementine 086fbf8e35 refactoring code 2021-03-22 21:23:46 +08:00
chenfeiyu 7b0de356f9 fix experiments for waveflow and wavenet, only write visual log in rank-0 2021-02-21 17:34:11 +08:00
chenfeiyu 7c5e98dfb3 fix a bug when using a method other than forward with DataParallel 2021-01-11 17:24:46 +08:00
chenfeiyu e53b9a0745 fix: the condition to init DataParallel 2021-01-11 17:17:31 +08:00
chenfeiyu ddfe2eda76 fix attribute name for internal layer in DataParallel 2021-01-11 16:56:55 +08:00
Feiyu Chan 737b09d03c
Merge pull request #72 from iclementine/example_readme
add README for transformer_tts, waveflow and wavenet
2020-12-30 15:56:46 +08:00
chenfeiyu f5027a5e6f fix typos again 2020-12-30 15:44:16 +08:00
chenfeiyu d2dba13ab7 fix typos 2020-12-30 15:34:24 +08:00
chenfeiyu 3df4ecd455 add README for transformer_tts, waveflow and wavenet 2020-12-30 14:37:01 +08:00
chenfeiyu d1d6c20672 add README for transformer_tts, waveflow and wavenet 2020-12-30 14:36:23 +08:00
lfchener 46879b291b add README for tacotron2 2020-12-29 03:33:08 +00:00
iclementine e03e96d9e4 format all the code with yapf 2020-12-20 13:15:07 +08:00
iclementine b6efb43990 update docstring for waveflow 2020-12-19 18:33:07 +08:00
lfchener 0327874f19 add example for tacotron2 2020-12-18 19:59:34 +08:00
iclementine 28fbc60737 add examples: transformer_tts, waveflow, wavenet 2020-12-18 19:51:55 +08:00
iclementine c7e5aaa540 remove old examples 2020-11-19 15:47:57 +08:00
Li Fuchen 1db01ccc90
Merge pull request #35 from ShenYuhan/fix_bug
fix bugs of vdl
2020-08-25 17:41:39 +08:00
Li Fuchen 3879b5ecb9
Merge pull request #22 from lfchener/fix
modified help massage of max_len in TransformerTTS synthesis
2020-08-25 17:38:47 +08:00
ShenYuhan bb5f445212 fix bugs 2020-08-20 13:27:42 +08:00
Li Fuchen ce8fad5412
Merge pull request #31 from ShenYuhan/add_vdl
add visualdl for parakeet
2020-08-20 11:39:17 +08:00
ShenYuhan 2933eb7e57 replace add_scalar to add_scalars 2020-08-14 17:48:24 +08:00
chenfeiyu 3717ac1342 add max_iteration into configuration, fix np.pad for lower versions of numpy 2020-08-11 09:22:08 +00:00
ShenYuhan bf6d9ef06f add visualdl for parakeet 2020-08-07 16:28:21 +08:00
liuyibing01 610181d4c0 Merge branch 'develop' into 'master'
dv3 miscellaneous enhancements.

See merge request !67
2020-07-29 12:21:49 +08:00
chenfeiyu ddf1c4f7a7 1. fix initializers;
2. use simple random sampler;
3. clean code for gradient clipper.
2020-07-29 11:54:47 +08:00
Yibing Liu 47915461fc Adapt waveflow to internal dataset 2020-07-28 17:34:38 +00:00
chenfeiyu de6e15339f remove weigth norm when synthesizing to make inference fatser 2020-07-17 17:56:23 +08:00
chenfeiyu 60506d436a add model architecture 2020-07-14 15:05:26 +08:00
chenfeiyu 8a5f9d75b6 update README and command line help msg 2020-07-14 11:33:15 +08:00
lfchener 1eb9a273e9 modified help massage of max_len in TransformerTTS synthesis. 2020-07-13 15:36:21 +08:00
chenfeiyu 7938a5f6a4 add griffin lim as an alternative vocoder 2020-07-13 15:19:52 +08:00
chenfeiyu 282c36c2c1 dv3 reloaded, back to the origin 2020-07-10 20:22:43 +08:00
lifuchen a333e64f79 modified README of transformer_tts and fastspeech 2020-06-24 03:27:45 +00:00
lifuchen 5b804b70e6 modified some config name and default path. 2020-06-24 02:52:22 +00:00
lifuchen abdc0a729f Merge branch 'master' of upstream into commit 2020-06-23 12:53:36 +00:00
lifuchen aaae100854 modified data preprocessing and synthesis of transformer_tts and fastspeech 2020-06-23 12:52:58 +00:00
lifuchen 14235cd114 modified synthesis of transformer_tts & fastspeech 2020-06-19 03:46:10 +00:00
liuyibing01 4eeece4158 Merge branch 'fix' into 'master'
fix synthesis for transformerTTS and FastSpeech, use int64 explicitly

See merge request !60
2020-06-12 18:14:48 +08:00
chenfeiyu 9dad6c3d41 fix synthesis for transformerTTS and FastSpeech, use int64 explicitly 2020-06-12 10:13:27 +00:00