Commit Graph

34 Commits

Author SHA1 Message Date
iclementine 2e9ffcb6d0 fix argparse argument names, update shell scripts 2021-08-20 20:46:20 +08: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
Hui Zhang 97b7000aa2
Merge pull request #138 from iclementine/cice
Add README for speedyspeech and parallel wavegan
2021-08-16 02:44:37 -05:00
chenfeiyu 7cb0b501a5 add README for examples/parallel_wavegan 2021-08-16 15:31:50 +08:00
chenfeiyu e3f4923ed7 add README for examples/parallel_wavegan 2021-08-16 15:21:47 +08: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
chenfeiyu 51397f8500 fix scripts and config 2021-07-14 18:02:59 +08:00
chenfeiyu 0dec9221bb add bash scripts 2021-07-13 11:02:19 +08:00
chenfeiyu 6c21d80025 add WIP: speedyspeech model and example with baker dataset. 2021-07-08 16:47:08 +08:00
chenfeiyu 7522c3eaba remove tabs in default config file to avoid parsing error 2021-07-06 15:21:20 +08: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 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
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
chenfeiyu 3e8a156348 add synthesis script for pwg 2021-06-26 19:31:52 +08: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
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 fbc7e51fc9 1. add compute_statistics and normalize;
2. use jsonlines to read and write metadata by default;
3. use threadpool to replace processpool in preprocessing cause it is faster.
2021-06-18 02:49:49 +00:00
chenfeiyu 30045cf602 move synchronize up before timer starts 2021-06-17 03:12:35 +00:00
chenfeiyu 58a988c789 add code to compute statistics 2021-06-16 16:18:13 +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 bbbe5a8b50 add profiling 2021-06-16 14:47:30 +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