Commit Graph

169 Commits

Author SHA1 Message Date
chenfeiyu e54f23befd update collate function, data loader not does not convert nested list into numpy array. 2021-04-14 20:51:13 +08:00
chenfeiyu c6965e2c5a fix fmax for example/waveflow 2021-04-14 20:50:38 +08:00
chenfeiyu 5011f16c10 minor fix 2021-04-07 10:55:05 +08:00
iclementine 27e0201d0d format code for tacotron_vctk, add plot_waveform to display 2021-04-02 15:46:28 +08:00
iclementine a3fae49022 merge refactor_tacotron 2021-04-02 11:48:16 +08:00
iclementine 15b205d6e0 Merge branch 'develop' into baker 2021-04-02 11:23:21 +08:00
chenfeiyu 8d67066765 add example for baker and aishell3 2021-04-02 11:06:34 +08:00
chenfeiyu 752272de98 fix bugs 2021-04-01 13:15:06 +08:00
iclementine e0052ccedf fix typos 2021-03-31 19:38:12 +08:00
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 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 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 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 9e4d5a3d8a fix experiments for waveflow and wavenet, only write visual log in rank-0 2021-02-21 17:30:13 +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