Commit Graph

611 Commits

Author SHA1 Message Date
Feiyu Chan 093c2e53f5
Merge pull request #132 from iclementine/speedyspeech
add to_static export for speedyspeech and pwg
2021-07-22 19:23:18 +08:00
chenfeiyu d05ee1d7d5 load the saved model for inference 2021-07-22 19:17:00 +08:00
TianYuan 3d39385d5e add fastspeech2 example inference 2021-07-22 11:09:58 +00:00
chenfeiyu 133294340c add to_static export for speedyspeech and pwg, at the cost of making lots of comprimises 2021-07-21 16:57:35 +08:00
TianYuan 47ec051136 add fastspeech2 example data preprocess 2021-07-21 03:48:01 +00:00
Hui Zhang 25788ab2ca
Merge pull request #129 from iclementine/speedyspeech
add speedyspeech model and example with baker dataset.
2021-07-19 03:32:51 -05:00
TianYuan 474bc4c06a add fastspeech2 example 2021-07-19 06:31:52 +00:00
chenfeiyu 4ba8e7e342 add more cli options 2021-07-19 13:03:23 +08:00
chenfeiyu 51397f8500 fix scripts and config 2021-07-14 18:02:59 +08:00
TianYuan 6553d1d723 format docstrings 2021-07-13 07:55:56 +00:00
chenfeiyu 0dec9221bb add bash scripts 2021-07-13 11:02:19 +08:00
chenfeiyu a62eeb9b06 add e2e inference script 2021-07-13 10:51:17 +08:00
chenfeiyu acc02c9b79 add no grad context manager to evaluation 2021-07-13 10:05:10 +08:00
chenfeiyu 8b7dabbd8d an inference interface for speedyspeech and pwg 2021-07-12 17:33:00 +08:00
chenfeiyu 4a7888b8c6 complete theexample for speedyspeech; fix several bugs in training module 2021-07-12 15:19:22 +08:00
TianYuan 3af3c29a94 add fastspeech2 2021-07-12 06:19:26 +00:00
chenfeiyu 6c21d80025 add WIP: speedyspeech model and example with baker dataset. 2021-07-08 16:47:08 +08:00
Feiyu Chan 124dedbd7b
Merge pull request #128 from iclementine/pwg
remove tabs in default config file to avoid parsing error
2021-07-06 15:22:04 +08:00
chenfeiyu 7522c3eaba remove tabs in default config file to avoid parsing error 2021-07-06 15:21:20 +08:00
Feiyu Chan dd7f2a6d2e
Merge pull request #127 from iclementine/use_mfa
add use_mfa example
2021-07-01 19:42:45 +08:00
chenfeiyu 26b4cf153d add use mfa example again 2021-07-01 19:41:48 +08:00
chenfeiyu fa0d7935d1 fix for script renaming 2021-07-01 19:29:39 +08:00
Feiyu Chan 9ffdd7abd8
Merge pull request #126 from PaddlePaddle/revert-124-use_mfa
Revert "add use_mfa example"
2021-07-01 19:12:30 +08:00
Feiyu Chan 109195a5c0
Revert "add use_mfa example" 2021-07-01 19:12:13 +08:00
Feiyu Chan 0b5eb96d7e
Merge pull request #124 from iclementine/use_mfa
add use_mfa example
2021-07-01 19:03:46 +08:00
chenfeiyu 47a9ab3a0b refine code, fix typos. 2021-07-01 18:59:01 +08:00
chenfeiyu 96b8e44015 Merge branch 'develop' of https://github.com/PaddlePaddle/Parakeet into use_mfa 2021-07-01 17:12:32 +08:00
Hui Zhang 68e9a84ada
Merge pull request #115 from iclementine/pwg
Add Parallel WaveGan and example
2021-07-01 04:04:52 -05:00
chenfeiyu e41423caf0 avoid duplicated computation in validation, compute adversarial before stft loss. 2021-07-01 16:52:15 +08:00
chenfeiyu 3ebed00c96 minor fixes to refine code. 2021-07-01 16:14:55 +08:00
chenfeiyu e6554abe05 make experiment dir 2021-07-01 15:55:28 +08:00
chenfeiyu afe9d4a4f1 delete config for paralle training 2021-06-30 14:20:06 +08:00
chenfeiyu dd6772bc3e add --device to cli argument, use gpu by default 2021-06-30 13:57:05 +08:00
chenfeiyu a93fad051c auto choose device for inference 2021-06-30 13:50:41 +08:00
chenfeiyu af26c1e389 fix priority in example/parallelwavegan 2021-06-30 13:33:56 +08:00
chenfeiyu ef51e1ab13 refined training module 2021-06-30 13:08:23 +08:00
Feiyu Chan de61534153
Merge pull request #123 from lym0302/develop
Dynamic to static
2021-06-28 12:12:02 +08:00
chenfeiyu 29b8b8b0ea 1. better error handling;
2. use absolute path in snapshot records;
3. visualdl takes a logger as init argument rather than creating one.
2021-06-27 18:53:45 +08:00
iclementine 61c13dd69b add better traininig utility code 2021-06-27 08:32:37 +08:00
iclementine f9105db727 make a better snapshot extension 2021-06-26 22:19:15 +08:00
chenfeiyu 3e8a156348 add synthesis script for pwg 2021-06-26 19:31:52 +08:00
chenfeiyu 577c3b4f10 add use_mfa example 2021-06-25 07:31:40 +00:00
chenfeiyu 7e049a7744 add expanuser for preprocess, updater backward testing for pwg 2021-06-25 01:01:30 +08:00
chenfeiyu 542bbf6a81 add profiling tool and a config for parallel training 2021-06-24 14:53:38 +00:00
liangyunming ea5cb8e71f Dynamic to static 2021-06-23 15:18:37 +08:00
chenfeiyu b5f99a925f add numerical testing for PWGGenerator 2021-06-21 11:17:01 +00:00
chenfeiyu 83c9f0aeae add snapshot and visualizer 2021-06-21 09:56:26 +00:00
chenfeiyu a738954001 1. change default data layout to channel last in preprocessing;
2. add Summary and DictSummary for aggrelation of evaluation losses;
3. add unittest for report ans scope.
2021-06-18 09:44:32 +00:00
chenfeiyu 3977632b07 add docstrings to pwg 2021-06-18 03:21:02 +00:00
chenfeiyu 7ac0d3ce12 add docstring to pwg 2021-06-18 03:09:46 +00:00