Commit Graph

603 Commits

Author SHA1 Message Date
Hui Zhang c4615e3bba
Merge pull request #148 from yt605155624/add_typehint
add sclite test for text_frontend
2021-08-22 22:33:28 -05:00
TianYuan 36604b4e41 add make_sclite.sh 2021-08-23 03:27:54 +00:00
Feiyu Chan b9a30eab9c
Merge pull request #147 from iclementine/develop
fix argparse argument names, update shell scripts
2021-08-23 11:09:51 +08:00
iclementine b959b14409 fix typos 2021-08-23 10:46:48 +08:00
TianYuan 106891f443 add sclite test for text_frontend 2021-08-21 08:35:46 +00:00
iclementine e3c024dd52 Merge branch 'develop' of github.com:PaddlePaddle/Parakeet into develop 2021-08-20 20:46:34 +08:00
iclementine 2e9ffcb6d0 fix argparse argument names, update shell scripts 2021-08-20 20:46:20 +08:00
Hui Zhang 5232f59840
Merge pull request #146 from yt605155624/add_typehint
add some quantifiers for num.py
2021-08-20 05:06:49 -05:00
TianYuan 8a211abb70 add some quantifiers for num.py 2021-08-20 09:55:30 +00:00
Hui Zhang b4b9171250
Merge pull request #145 from yt605155624/add_typehint
add traditional and simplified Chinese conversion and add typehint fo…
2021-08-19 05:30:23 -05:00
TianYuan d88a448d3c add traditional and simplified Chinese conversion and add typehint for frontend 2021-08-19 09:29:29 +00:00
TianYuan ad74b7a120
Merge pull request #144 from yt605155624/add_typehint
fix readme
2021-08-19 11:53:59 +08:00
TianYuan 206452fcf0 fix readme 2021-08-19 03:49:32 +00:00
TianYuan 437f6a2454
Merge pull request #143 from yt605155624/add_cpu_readme
fix readme
2021-08-18 12:51:33 +08:00
TianYuan 2482b112c0 fix readme 2021-08-18 03:45:58 +00:00
Hui Zhang 70b6ce64e4
Merge pull request #142 from yt605155624/fastspeech2_cpu
add fastspeech2 cpu train
2021-08-17 07:36:31 -05:00
TianYuan cdd431e95b add fastspeech2 cpu train 2021-08-17 12:24:06 +00:00
Hui Zhang 24c5b3c1a2
Merge pull request #141 from yt605155624/fix_pwg
fix docstrings and some bug in pwg
2021-08-17 05:16:47 -05: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 82d5139f80
Merge pull request #140 from yt605155624/fix_merge_sentence
fix merge_sentences bug
2021-08-16 07:10:39 -05:00
TianYuan 9ca5ce0128 fix merge_sentences bug 2021-08-16 11:58:36 +00:00
Hui Zhang 48c65f4ab5
Merge pull request #137 from yt605155624/add_frontend_egs
Add frontend egs
2021-08-16 05:30:15 -05:00
TianYuan 19631f4eab Merge branch 'develop' of https://github.com/PaddlePaddle/Parakeet into add_frontend_egs 2021-08-16 10:27:58 +00:00
TianYuan e8991c973c restructure frontend example 2021-08-16 08:31:37 +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
chenfeiyu f563b7de99 add README for speedyspeech 2021-08-16 11:09:52 +08:00
chenfeiyu 9425c779a0 1. use relative path in metadata.jsonl;
2. support key=value format to pass extra command line arguments to modify config values;
3. use path relative to the config.py to locate the default config.
2021-08-16 10:01:51 +08: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
Hui Zhang 3ac2e01263
Merge pull request #135 from yt605155624/fastspeech2_format
format code and add typehint for tone_sandhi
2021-08-04 05:41:40 -05:00
TianYuan a22b4dd171 format code and add typehint for tone_sandhi 2021-08-04 10:27:41 +00:00
chenfeiyu b452586fcf move unitests into tests/unit 2021-08-04 11:25:18 +08:00
Hui Zhang 5e35a696e4
Merge pull request #130 from yt605155624/fastspeech2_test
add fastspeech2
2021-08-03 06:05:43 -05: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
Hui Zhang ffe65c89de
Merge pull request #133 from iclementine/speedyspeech
Add paddle inference demo with speedyspeech & pwg
2021-08-03 02:55:59 -05: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
chenfeiyu f71d599476 add inference script with paddle inference library 2021-07-29 15:13:57 +08:00
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