Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-pick to r1.4 branch #3798

Merged
merged 125 commits into from
Jun 13, 2024
Merged

Cherry-pick to r1.4 branch #3798

merged 125 commits into from
Jun 13, 2024

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    044f0c8 View commit details
    Browse the repository at this point in the history
  2. Update requirements.txt

    yt605155624 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f057fc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b17e83 View commit details
    Browse the repository at this point in the history
  4. [TTS] add opencpop PWGAN example (PaddlePaddle#3031)

    * add opencpop voc, test=tts
    
    * soft link
    lym0302 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    cb79fb9 View commit details
    Browse the repository at this point in the history
  5. Update textnorm_test_cases.txt

    yt605155624 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    75b1ad5 View commit details
    Browse the repository at this point in the history
  6. [TTS] add opencpop HIFIGAN example (PaddlePaddle#3038)

    * add opencpop voc, test=tts
    
    * soft link
    
    * add opencpop hifigan, test=tts
    
    * update
    lym0302 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1ccb3ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba47b52 View commit details
    Browse the repository at this point in the history
  8. [ASR]add squeezeformer model (PaddlePaddle#2755)

    * add squeezeformer model
    
    * change CodeStyle, test=asr
    
    * change CodeStyle, test=asr
    
    * fix subsample rate error, test=asr
    
    * merge classes as required, test=asr
    
    * change CodeStyle, test=asr
    
    * fix missing code, test=asr
    
    * split code to new file, test=asr
    
    * remove rel_shift, test=asr
    yeyupiaoling authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    632fbad View commit details
    Browse the repository at this point in the history
  9. Update README.md

    yt605155624 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0c2d366 View commit details
    Browse the repository at this point in the history
  10. Update README_cn.md

    yt605155624 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7914fa2 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    yt605155624 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b3fe0d4 View commit details
    Browse the repository at this point in the history
  12. Update README_cn.md

    yt605155624 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    dcfd07b View commit details
    Browse the repository at this point in the history
  13. Update README.md

    yt605155624 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2844112 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0e820fc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a7a556a View commit details
    Browse the repository at this point in the history
  16. [TTS]clean starganv2 vc model code and add docstring (PaddlePaddle#2987)

    * clean code
    
    * add docstring
    yt605155624 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    cca95e1 View commit details
    Browse the repository at this point in the history
  17. [Doc] change define asr server config to chunk asr config, test=doc (P…

    …addlePaddle#3067)
    
    * Update README.md
    
    * Update README_cn.md
    zxcd authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5b875fe View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    609e537 View commit details
    Browse the repository at this point in the history
  19. [TTS]fix elementwise_floordiv's fill_constant (PaddlePaddle#3075)

    * fix elementwise_floordiv's fill_constant
    
    * add float converter for min_value in attention
    yt605155624 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    db85b1e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    195f29b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7e8793f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    acb76a4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7b98930 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a26ca1f View commit details
    Browse the repository at this point in the history
  25. [TTS]add starganv2 vc trainer (PaddlePaddle#3143)

    * add starganv2 vc trainer
    
    * fix StarGANv2VCUpdater and losses
    
    * fix StarGANv2VCEvaluator
    
    * add some typehint
    yt605155624 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ecd7b87 View commit details
    Browse the repository at this point in the history
  26. [TTS]【Hackathon + No.190】 + 模型复现:iSTFTNet (PaddlePaddle#3006)

    * iSTFTNet implementation based on hifigan, not affect the function and execution of HIFIGAN
    
    * modify the comment in iSTFT.yaml
    
    * add the comments in hifigan
    
    * iSTFTNet implementation based on hifigan, not affect the function and execution of HIFIGAN
    
    * modify the comment in iSTFT.yaml
    
    * add the comments in hifigan
    
    * add iSTFTNet.md
    
    * modify the format of iSTFTNet.md
    
    * modify iSTFT.yaml and hifigan.py
    
    * Format code using pre-commit
    
    * modify hifigan.py,delete the unused self.istft_layer_id , move the self.output_conv behind else, change conv_post to output_conv
    
    * update iSTFTNet_csmsc_ckpt.zip download link
    
    * modify iSTFTNet.md
    
    * modify hifigan.py and iSTFT.yaml
    
    * modify iSTFTNet.md
    longRookie authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bf3e659 View commit details
    Browse the repository at this point in the history
  27. add function for generating srt file (PaddlePaddle#3123)

    * add function for generating srt file
    
    在原来websocket_client.py的基础上,增加了由wav或mp3格式的音频文件生成对应srt格式字幕文件的功能
    
    * add function for generating srt file
    
    在原来websocket_client.py的基础上,增加了由wav或mp3格式的音频文件生成对应srt格式字幕文件的功能
    
    * keep origin websocket_client.py
    
    恢复原本的websocket_client.py文件
    
    * add generating subtitle function into README
    
    * add generate subtitle funciton into README
    
    * add subtitle generation function
    
    * add subtitle generation function
    twoDogy authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c1a1528 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5657d3e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    894a332 View commit details
    Browse the repository at this point in the history
  30. add amp for U2 conformer.

    zxcd authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    fdf53f1 View commit details
    Browse the repository at this point in the history
  31. fix scaler save

    zxcd authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6056f45 View commit details
    Browse the repository at this point in the history
  32. fix scaler save and load.

    zxcd authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    20f5cfe View commit details
    Browse the repository at this point in the history
  33. mv scaler.unscale_ blow grad_clip.

    zxcd authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    92f4213 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    97ca0da View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c6c9ba5 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    cf8727b View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    6e63998 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    6bd7d14 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    135d19e View commit details
    Browse the repository at this point in the history
  40. VITS learning rate revised, test=tts

    WongLaw authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3a7ec9c View commit details
    Browse the repository at this point in the history
  41. VITS learning rate revised, test=tts

    WongLaw authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3ff22b7 View commit details
    Browse the repository at this point in the history
  42. [s2t] mv dataset into paddlespeech.dataset (PaddlePaddle#3183)

    * mv dataset into paddlespeech.dataset
    
    * add aidatatang
    
    * fix import
    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    aff54e0 View commit details
    Browse the repository at this point in the history
  43. Fix some typos. (PaddlePaddle#3178)

    Yulv-git authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2591f17 View commit details
    Browse the repository at this point in the history
  44. [s2t] move s2t data preprocess into paddlespeech.dataset (PaddlePaddl…

    …e#3189)
    
    * move s2t data preprocess into paddlespeech.dataset
    
    * avg model, compute wer, format rsl into paddlespeech.dataset
    
    * fix format rsl
    
    * fix avg ckpts
    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a8a2acd View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    d911d5a View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    14d4c89 View commit details
    Browse the repository at this point in the history
  47. VITS learning rate revised, test=tts

    WongLaw authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e41ef51 View commit details
    Browse the repository at this point in the history
  48. VITS learning rate revised, test=tts

    WongLaw authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    64763f7 View commit details
    Browse the repository at this point in the history
  49. add new aishell model for better CER.

    zxcd authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d98604e View commit details
    Browse the repository at this point in the history
  50. add readme

    zxcd authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    193d41f View commit details
    Browse the repository at this point in the history
  51. [s2t] fix cli args to config (PaddlePaddle#3194)

    * fix cli args to config
    
    * fix train cli
    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ca18545 View commit details
    Browse the repository at this point in the history
  52. Update README.md

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    aed1336 View commit details
    Browse the repository at this point in the history
  53. [ASR] Support Hubert, fintuned on the librispeech dataset (PaddlePadd…

    …le#3088)
    
    * librispeech hubert, test=asr
    
    * librispeech hubert, test=asr
    
    * hubert decode
    
    * review
    
    * copyright, notes, example related
    
    * hubert cli
    
    * pre-commit format
    
    * fix conflicts
    
    * fix conflicts
    
    * doc related
    
    * doc and train config
    
    * librispeech.py
    
    * support hubert cli
    Zth9730 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    556d775 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    ee4e9ff View commit details
    Browse the repository at this point in the history
  55. Update README.md

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f5eb740 View commit details
    Browse the repository at this point in the history
  56. Update README.md

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8db1574 View commit details
    Browse the repository at this point in the history
  57. fix: 🐛 修复服务端 python ASREngine 无法使用conformer_talcs模型 (PaddlePaddle#3230)

    * fix: 🐛 fix python ASREngine not pass codeswitch
    
    * docs: 📝 Update Docs
    
    * 修改模型判断方式
    Gsonovb authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ca5341f View commit details
    Browse the repository at this point in the history
  58. Adding WavLM implementation

    jiamingkong authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5351a73 View commit details
    Browse the repository at this point in the history
  59. fix model m5s

    zxcd authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    625fbc1 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    7a8528f View commit details
    Browse the repository at this point in the history
  61. fix error in tts/st

    zoooo0820 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d588892 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    71538c9 View commit details
    Browse the repository at this point in the history
  63. Update phonecode.py

     # 固话的正则 错误修改
    参考https://github.com/speechio/chinese_text_normalization/blob/master/python/cn_tn.py
    固化的正则为:
     pattern = re.compile(r"\D((0(10|2[1-3]|[3-9]\d{2})-?)?[1-9]\d{6,7})\D")
    shuishu authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f737258 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    3e9f141 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    f6b67fc View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    bc3ff9f View commit details
    Browse the repository at this point in the history
  67. Update released_model.md

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    57b24b2 View commit details
    Browse the repository at this point in the history
  68. Code clean up for CIs

    jiamingkong authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e5be4ec View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    c9dd803 View commit details
    Browse the repository at this point in the history
  70. Update setup.py

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1af2e1a View commit details
    Browse the repository at this point in the history
  71. refactor mfa scripts

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ffc3a1b View commit details
    Browse the repository at this point in the history
  72. Final cleaning; Modified SSL/infer.py and README for wavlm inclusion …

    …in model options
    jiamingkong authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    48fc7b7 View commit details
    Browse the repository at this point in the history
  73. updating readme and readme_cn

    jiamingkong authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    65b116d View commit details
    Browse the repository at this point in the history
  74. remove tsinghua pypi

    fightfat authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    dc0b0ae View commit details
    Browse the repository at this point in the history
  75. Update setup.py (PaddlePaddle#3294)

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e2e5c61 View commit details
    Browse the repository at this point in the history
  76. Update setup.py

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9ce84d7 View commit details
    Browse the repository at this point in the history
  77. refactor rhy

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    88fe814 View commit details
    Browse the repository at this point in the history
  78. fix ckpt

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c27f113 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    032ce7c View commit details
    Browse the repository at this point in the history
  80. add scripts for tts code switch

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    27b66c5 View commit details
    Browse the repository at this point in the history
  81. add t2s assets

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    27bb521 View commit details
    Browse the repository at this point in the history
  82. more comment on tts frontend

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3d1e94f View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    ca86799 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    5dc346c View commit details
    Browse the repository at this point in the history
  85. add ssml unit test

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    50bc297 View commit details
    Browse the repository at this point in the history
  86. add en_frontend file

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a4a9961 View commit details
    Browse the repository at this point in the history
  87. add mix frontend test

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    20c6736 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    e687648 View commit details
    Browse the repository at this point in the history
  89. remove print

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ce43e06 View commit details
    Browse the repository at this point in the history
  90. hotfix english G2P

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4beadc5 View commit details
    Browse the repository at this point in the history
  91. en frontend unit text

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4eafbf4 View commit details
    Browse the repository at this point in the history
  92. fix profiler (PaddlePaddle#3323)

    mmglove authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7acf073 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    9fbaebd View commit details
    Browse the repository at this point in the history
  94. update to py3.8

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a10ee04 View commit details
    Browse the repository at this point in the history
  95. remove fluid.

    zxcd authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    461394e View commit details
    Browse the repository at this point in the history
  96. add roformer

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    329264f View commit details
    Browse the repository at this point in the history
  97. fix bugs

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1bcca9f View commit details
    Browse the repository at this point in the history
  98. add roformer result

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7af1550 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    9aabb76 View commit details
    Browse the repository at this point in the history
  100. RoPE with position interpolation

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    85e087d View commit details
    Browse the repository at this point in the history
  101. rope for streaming decoding

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    fd74313 View commit details
    Browse the repository at this point in the history
  102. update result

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    19a45a9 View commit details
    Browse the repository at this point in the history
  103. fix rotary embeding

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    76f276b View commit details
    Browse the repository at this point in the history
  104. Update README.md

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0ac4b16 View commit details
    Browse the repository at this point in the history
  105. fix weight decay

    zh794390558 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    50204ec View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    a299420 View commit details
    Browse the repository at this point in the history
  107. Add XPU support for SpeedySpeech (PaddlePaddle#3502)

    * Add XPU support for SpeedySpeech
    
    * fix typos
    
    * update description of nxpu
    USTCKAY authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1c2a538 View commit details
    Browse the repository at this point in the history
  108. Add XPU support for FastSpeech2 (PaddlePaddle#3514)

    * Add XPU support for FastSpeech2
    
    * optimize
    USTCKAY authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    43ffb6f View commit details
    Browse the repository at this point in the history
  109. Update ge2e_clone.py (PaddlePaddle#3517)

    修复在windows上的多空格错误
    skyboooox authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e7c632f View commit details
    Browse the repository at this point in the history
  110. Fix Readme. (PaddlePaddle#3527)

    * Update README.md
    
    * Update README_cn.md
    
    * Update README_cn.md
    
    * Update README.md
    zxcd authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7994125 View commit details
    Browse the repository at this point in the history
  111. FIX: Added missing imports

    fazledyn-or authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7922115 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    c4fe47b View commit details
    Browse the repository at this point in the history
  113. 【benchmark】add max_mem_reserved for benchmark (PaddlePaddle#3604)

    * fix profiler
    
    * add max_mem_reserved for benchmark
    mmglove authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    44f1626 View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    e2d1e9d View commit details
    Browse the repository at this point in the history
  115. 【benchmark】fix gpu_mem unit (PaddlePaddle#3634)

    * fix profiler
    
    * add max_mem_reserved for benchmark
    
    * fix benchmark
    mmglove authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6254a9b View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    cb6fb7f View commit details
    Browse the repository at this point in the history
  117. bugfix: audio_len should be 1D, no 0D, which will raise list index out (

    PaddlePaddle#3490)
    
    of range error in the following decode process
    
    Co-authored-by: Luzhenhui <[email protected]>
    2 people authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    30b2d98 View commit details
    Browse the repository at this point in the history
  118. Update README.md (PaddlePaddle#3532)

    Fixed a typo
    satani99 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    14796bb View commit details
    Browse the repository at this point in the history
  119. fixed version for paddlepaddle. (PaddlePaddle#3701)

    * fixed version for paddlepaddle.
    
    * fix code style
    zxcd authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    11decf9 View commit details
    Browse the repository at this point in the history
  120. 【Fix Speech Issue No.5】issue 3444 transformation import error (Paddle…

    …Paddle#3779)
    
    * fix paddlespeech.s2t.transform.transformation import error
    
    * fix paddlespeech.s2t.transform import error
    kk-2000 authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    27b874f View commit details
    Browse the repository at this point in the history
  121. 【Fix Speech Issue No.8】issue 3652 merge_yi function has a bug (Paddle…

    …Paddle#3786)
    
    * 【Fix Speech Issue No.8】issue 3652 merge_yi function has a bug
    
    * 【Fix Speech Issue No.8】issue 3652 merge_yi function has a bug
    mattheliu authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c3a439d View commit details
    Browse the repository at this point in the history
  122. 【test】add cli test readme (PaddlePaddle#3784)

    * add cli test readme
    
    * fix code style
    zxcd authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0505b9a View commit details
    Browse the repository at this point in the history
  123. 【test】fix test cli bug (PaddlePaddle#3793)

    * add cli test readme
    
    * fix code style
    
    * fix bug
    zxcd authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f4cb31b View commit details
    Browse the repository at this point in the history
  124. Update setup.py (PaddlePaddle#3795)

    zxcd authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2b7334e View commit details
    Browse the repository at this point in the history
  125. adapt view behavior change, fix KeyError. (PaddlePaddle#3794)

    * adapt view behavior change, fix KeyError.
    
    * fix readme demo run error.
    
    * fixed opencc version
    zxcd authored and luotao1 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bfeb8a0 View commit details
    Browse the repository at this point in the history