Commit Graph

476 Commits

Author SHA1 Message Date
Hui Zhang 0aa7088d36
Merge pull request #97 from iclementine/develop
fix multiprocess training
2021-02-23 10:52:01 +08:00
chenfeiyu 6f1c534557 use exist_ok to ensure no conflict 2021-02-23 10:50:57 +08:00
chenfeiyu c6504ade5a Merge branch 'develop' of https://github.com/PaddlePaddle/Parakeet into develop 2021-02-23 10:40:26 +08:00
chenfeiyu e69ab88fe6 fix multiprocessing training: other processes have to wait untils the output directory in created. 2021-02-23 10:40:14 +08:00
Feiyu Chan dc055bde0a
Merge pull request #96 from iclementine/develop
fix experiments for waveflow and wavenet
2021-02-22 14:22:42 +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
Hui Zhang 3ebe5ccb33
Merge pull request #95 from PaddlePaddle/fix
fix tensorboard error https://github.com/pytorch/fairseq/issues/2357
2021-02-18 19:58:21 +08:00
Hui Zhang c955c4192b fix tensorboard error https://github.com/pytorch/fairseq/issues/2357 2021-02-18 19:53:58 +08:00
Feiyu Chan a3de28cbe0
Merge pull request #94 from iclementine/develop
fix bugs with multiprocess training.
2021-02-18 19:48:56 +08:00
chenfeiyu 0af7402daa add rank_zero_only for ExperimentBase.save 2021-02-18 19:33:41 +08:00
chenfeiyu f423323bae fix bugs with multiprocess training. 2021-02-18 19:09:54 +08:00
Feiyu Chan 3f60b6e0a3
Merge pull request #92 from iclementine/develop
sevral fixes to transformer tts
2021-02-03 15:07:09 +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
Feiyu Chan a0ce65211c
Merge pull request #86 from iclementine/doc
update doc and README
2021-01-18 15:20:26 +08:00
iclementine c5acfbd8eb fix typos 2021-01-18 15:15:49 +08:00
iclementine 087d7bf16e remove dead links 2021-01-18 13:13:56 +08:00
iclementine cf892c5ed7 add paddlepaddle into requirements for readthedocs 2021-01-14 15:30:31 +08:00
iclementine 73374528d0 add tutorials into sdvanced 2021-01-14 15:12:36 +08:00
iclementine b017c73100 remove mocking of paddle, fix typos 2021-01-14 13:17:29 +08:00
iclementine eed6f9af08 mock paddle 2021-01-14 13:07:55 +08:00
iclementine a18bb23f30 mock librosa and soundfile 2021-01-14 13:01:42 +08:00
iclementine f78a20c4a0 fix apidoc 2021-01-14 12:53:06 +08:00
iclementine f751e3cfb6 fix config file 2021-01-14 12:42:52 +08:00
iclementine 27cba27d1b update config file for readthedocs 2021-01-14 12:40:18 +08:00
iclementine c522e56e86 fix links to audio samples 2021-01-13 23:42:43 +08:00
iclementine 9d59de0f3b add requirements for build doc 2021-01-13 20:36:25 +08:00
iclementine 8ba7eeb1da rename doc folder 2021-01-13 20:30:51 +08:00
iclementine 4fde5c7e64 add demo and tutorials 2021-01-13 20:10:18 +08:00
iclementine c321fcd098 polish documentation 2021-01-13 14:58:26 +08:00
iclementine 641be1bc92 Merge branch 'develop' of github.com:iclementine/Parakeet into doc 2021-01-13 11:09:05 +08:00
iclementine c2a279c433 add documentation sections 2021-01-13 11:06:15 +08:00
Feiyu Chan 353212ebde
Merge pull request #83 from iclementine/develop
fix a bug when using a method other than forward with DataParallel
2021-01-11 17:28:45 +08:00
chenfeiyu 7c5e98dfb3 fix a bug when using a method other than forward with DataParallel 2021-01-11 17:24:46 +08:00
Feiyu Chan ede6835bd2
Merge pull request #82 from iclementine/develop
fix: the condition to init DataParallel
2021-01-11 17:19:30 +08:00
chenfeiyu e53b9a0745 fix: the condition to init DataParallel 2021-01-11 17:17:31 +08:00
Feiyu Chan c615de2354
Merge pull request #80 from iclementine/develop
wavenet: fix attribute name for internal layer in DataParallel
2021-01-11 16:58:34 +08:00
chenfeiyu ddfe2eda76 fix attribute name for internal layer in DataParallel 2021-01-11 16:56:55 +08:00
Feiyu Chan 39007e5bf8
Merge pull request #77 from lfchener/develop
fix an encoding problem in windows
2021-01-08 11:04:46 +08:00
lfchener b0ba6e7bf9 fix an encoding problem in windows 2021-01-08 02:47:43 +00:00
Feiyu Chan 61ac117df5
Merge pull request #75 from PaddlePaddle/revert-74-reborn
Revert "bug fix: apply dropout to logits before softmax"
2021-01-07 15:23:50 +08:00
Li Fuchen e88cbace1c
Revert "bug fix: apply dropout to logits before softmax" 2021-01-07 15:19:49 +08:00
Feiyu Chan 91c54575fe
Merge pull request #74 from iclementine/reborn
bug fix: apply dropout to logits before softmax
2020-12-31 16:55:21 +08:00
chenfeiyu 7b9e9c7a67 bug fix: apply dropout to logits before softmax 2020-12-31 16:52:21 +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
Feiyu Chan f9b39b97dd
Merge pull request #71 from lfchener/readme
add README for tacotron2
2020-12-29 11:42:18 +08:00
lfchener 46879b291b add README for tacotron2 2020-12-29 03:33:08 +00:00