Commit Graph

284 Commits

Author SHA1 Message Date
TianYuan 8a211abb70 add some quantifiers for num.py 2021-08-20 09:55:30 +00:00
TianYuan d88a448d3c add traditional and simplified Chinese conversion and add typehint for frontend 2021-08-19 09:29:29 +00:00
TianYuan c497fd843d format 2021-08-17 09:54:07 +00:00
TianYuan 30f344a6d0 Merge branch 'develop' of https://github.com/PaddlePaddle/Parakeet into fix_pwg 2021-08-16 12:24:09 +00:00
TianYuan 9ca5ce0128 fix merge_sentences bug 2021-08-16 11:58:36 +00:00
TianYuan e8991c973c restructure frontend example 2021-08-16 08:31:37 +00:00
TianYuan 309228ddbf add text frontend example 2021-08-13 07:17:32 +00:00
TianYuan 796fafbac8 fix pwg 2021-08-09 10:46:52 +00:00
TianYuan a22b4dd171 format code and add typehint for tone_sandhi 2021-08-04 10:27:41 +00:00
TianYuan 2eb899b0b7 Merge branch 'develop' of https://github.com/PaddlePaddle/Parakeet into fastspeech2_test 2021-08-03 10:50:51 +00:00
TianYuan a141d39b38 fix scripts 2021-08-03 10:10:39 +00:00
TianYuan 6aeb56301f modularize Chinese frontend 2021-08-02 08:10:08 +00:00
chenfeiyu 9e0050b927 fix transformer_tts for function renaming of position_encoding 2021-07-29 15:17:34 +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
TianYuan 474bc4c06a add fastspeech2 example 2021-07-19 06:31:52 +00:00
TianYuan 6553d1d723 format docstrings 2021-07-13 07:55:56 +00: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
Hui Zhang 68e9a84ada
Merge pull request #115 from iclementine/pwg
Add Parallel WaveGan and example
2021-07-01 04:04:52 -05:00
chenfeiyu ef51e1ab13 refined training module 2021-06-30 13:08:23 +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 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 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
chenfeiyu 58a988c789 add code to compute statistics 2021-06-16 16:18:13 +00:00
chenfeiyu 27d3585606 add some profiling to unittesting 2021-06-16 14:42:11 +00:00
chenfeiyu 042e02d242 use paddle's profiler 2021-06-16 13:43:13 +00:00
chenfeiyu 8dbcc9bccb add profiling 2021-06-16 09:40:47 +00:00
chenfeiyu 643dfa0fa0 WIP: add models/fastspeech2 2021-06-16 10:57:53 +08:00
chenfeiyu 95f64c4f02 WIP: add some trainig info 2021-06-14 17:21:45 +08:00
chenfeiyu b0983e4d76 WIP: pwg training works 2021-06-14 17:05:37 +08:00
chenfeiyu 54c7905f40 WIP: training setup done 2021-06-13 17:24:15 +08:00
chenfeiyu 0067851950 fix imports 2021-06-11 05:26:22 +08:00
chenfeiyu 66062d29e5 WIP: add sample code for parallel wavegan 2021-06-11 02:43:10 +08:00
chenfeiyu 258083aea9 fix file names 2021-06-11 01:01:43 +08:00
chenfeiyu f0a5ac8c5a move docstring to class 2021-06-11 00:59:07 +08:00
chenfeiyu 13ab0bd608 remove task-specific Datasets and add a general purpose DataTable 2021-06-10 22:58:53 +08:00
chenfeiyu 3bf2e71734 checkpoint utility: add support for str in addition to Path object 2021-06-10 20:34:59 +08:00
chenfeiyu 60c16dcfb7 add AudioMelDataset for training vocoders. 2021-06-10 20:16:14 +08:00
chenfeiyu 988d6d3268 add h5py utility to interact with numpy 2021-06-10 18:57:46 +08:00