Commit Graph

638 Commits

Author SHA1 Message Date
TianYuan 7334e1dcc5
Merge pull request #164 from PaddlePaddle/doc2
refactor doc and readme
2021-09-07 13:21:29 +08:00
Hui Zhang 035ab2c967 refactor doc and readme 2021-09-07 12:34:57 +08:00
TianYuan 53365ac959
Merge pull request #163 from yt605155624/update_readme
update readme
2021-09-07 10:48:53 +08:00
TianYuan ea8cec2b5e update readme 2021-09-07 02:48:08 +00:00
TianYuan b59fa0f861
Merge pull request #162 from yt605155624/update_readme
update readme
2021-09-06 20:13:50 +08:00
TianYuan 50bcf7c261 update readme 2021-09-06 12:12:36 +00:00
TianYuan 4860d06dba
Merge pull request #161 from yt605155624/update_readme
update readme
2021-09-06 20:11:29 +08:00
TianYuan 5bd64d3869 update readme 2021-09-06 12:10:01 +00:00
TianYuan db4122f047
Merge pull request #157 from iclementine/cice
add ci/ce scripts
2021-09-06 11:43:26 +08:00
TianYuan a9f0f5c3c0
Merge pull request #160 from yt605155624/fix_dir
fix outout dir in shell script
2021-09-06 11:42:33 +08:00
TianYuan 8e7c916443 fix outout dir in shell script 2021-09-06 03:41:03 +00:00
TianYuan a5bc4ba7ec
Merge pull request #159 from iclementine/develop
update shell script for training speedyspeech
2021-09-06 11:14:29 +08:00
chenfeiyu 616c7f495e update shell script for training speedyspeech 2021-09-06 11:02:07 +08:00
TianYuan def8218d33
Merge pull request #158 from yt605155624/fix_log
fix log format of fastspeech2 speedyspeech and pwg
2021-09-06 10:59:17 +08:00
TianYuan 065fa32a37 fix log format of fastspeech2 speedyspeech and pwg 2021-09-03 11:21:52 +00:00
chenfeiyu 0dcb7f313f add ci/ce scripts 2021-09-02 18:08:27 +08:00
TianYuan 5bc570aee5
Merge pull request #155 from yt605155624/fix_range
Fix range
2021-08-30 15:07:58 +08:00
TianYuan 91f5b5bbdb Merge branch 'develop' of github.com:yt605155624/Parakeet into fix_range 2021-08-30 07:06:03 +00:00
TianYuan 22e5527c84 fix textnorm data and readme 2021-08-30 07:03:44 +00:00
TianYuan 90dbb377b0
Merge pull request #154 from yt605155624/fix_range
add negative numbers and decimals for re range
2021-08-30 14:47:45 +08:00
TianYuan 06cbdb1ebd add negative numbers and decimals for re range 2021-08-30 06:43:36 +00:00
TianYuan cf26e2932b
Merge pull request #149 from yt605155624/add_aishell3
add aishell3 example
2021-08-30 11:50:14 +08:00
TianYuan d1163daa70 fix readme of aishell3 2021-08-30 03:48:11 +00:00
TianYuan db34278d61
Merge pull request #153 from PaddlePaddle/fix_dl
fix dl
2021-08-27 19:14:15 +08:00
TianYuan cd28cba04d fix dl 2021-08-27 10:42:08 +00:00
TianYuan 372208dd5b Merge branch 'develop' of github.com:yt605155624/Parakeet into add_aishell3 2021-08-26 05:44:06 +00:00
TianYuan 7b2fcbd4c9
Merge pull request #152 from yt605155624/fix_transformer_tts
fix import bug in transformer tts
2021-08-26 11:22:59 +08:00
TianYuan 360567ca20 fix init import bug 2021-08-26 03:14:24 +00:00
TianYuan 4e19792ea2 fix import bug in transformer tts 2021-08-25 12:55:24 +00:00
TianYuan 1ed9cb0e5f
Merge pull request #151 from yt605155624/fix_re
fix re
2021-08-25 20:13:17 +08:00
TianYuan 1c853223ad fix re 2021-08-25 11:51:21 +00:00
TianYuan 3d10fec409 add aishell3 example 2021-08-25 09:37:16 +00:00
TianYuan 0fec449368
Merge pull request #150 from yt605155624/fix_readme
fix_readme
2021-08-25 16:22:29 +08:00
TianYuan 838d56ba6e fix_readme 2021-08-25 07:32:48 +00:00
Hui Zhang 070bf8b760
Update trigger.py 2021-08-24 18:39:40 +08:00
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