CHANGELOG.md 2.0 KB
Newer Older
H
Hui Zhang 已提交
1
# Changelog
2 3 4 5 6 7 8 9 10 11 12

Date: 2022-3-22, Author: yt605155624.
Add features to: CLI:
  - Support aishell3_hifigan、vctk_hifigan
  - PRLink: https://github.com/PaddlePaddle/PaddleSpeech/pull/1587

Date: 2022-3-09, Author: yt605155624.
Add features to: T2S:
  - Add ljspeech hifigan egs.
  - PRLink: https://github.com/PaddlePaddle/PaddleSpeech/pull/1549

小湉湉's avatar
小湉湉 已提交
13 14 15 16 17 18 19 20 21
Date: 2022-3-08, Author: yt605155624.
Add features to: T2S:
  - Add aishell3 hifigan egs.
  - PRLink: https://github.com/PaddlePaddle/PaddleSpeech/pull/1545

Date: 2022-3-08, Author: yt605155624.
Add features to: T2S:
  - Add vctk hifigan egs.
  - PRLink: https://github.com/PaddlePaddle/PaddleSpeech/pull/1544
H
Hui Zhang 已提交
22

小湉湉's avatar
小湉湉 已提交
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
Date: 2022-1-29, Author: yt605155624.
Add features to: T2S:
  - Update aishell3 vc0 with new Tacotron2.
  - PRLink: https://github.com/PaddlePaddle/PaddleSpeech/pull/1419

Date: 2022-1-29, Author: yt605155624.
Add features to: T2S:
  - Add ljspeech Tacotron2.
  - PRLink: https://github.com/PaddlePaddle/PaddleSpeech/pull/1416

Date: 2022-1-24, Author: yt605155624.
Add features to: T2S:
  - Add csmsc WaveRNN.
  - PRLink: https://github.com/PaddlePaddle/PaddleSpeech/pull/1379

Date: 2022-1-19, Author: yt605155624.
Add features to: T2S:
  - Add csmsc Tacotron2.
小湉湉's avatar
小湉湉 已提交
41 42
  - PRLink: https://github.com/PaddlePaddle/PaddleSpeech/pull/1314

43 44

Date: 2022-1-10, Author: Jackwaterveg.  
小湉湉's avatar
小湉湉 已提交
45 46
Add features to: CLI:
  - Support English (librispeech/asr1/transformer).
47 48 49 50 51
  - Support choosing `decode_method` for conformer and transformer models.  
  - Refactor the config, using the unified config.  
  - PRLink: https://github.com/PaddlePaddle/PaddleSpeech/pull/1297

***
J
Jackwaterveg 已提交
52

J
Jackwaterveg 已提交
53
Date: 2022-1-17, Author: Jackwaterveg.  
小湉湉's avatar
小湉湉 已提交
54 55
Add features to: CLI:
  - Support deepspeech2 online/offline model(aishell).
J
Jackwaterveg 已提交
56 57 58 59
  - PRLink: https://github.com/PaddlePaddle/PaddleSpeech/pull/1356

***

J
Jackwaterveg 已提交
60 61 62 63 64 65 66
Date: 2022-1-24, Author: Jackwaterveg.  
Add features to: ctc_decoders:  
  - Support online ctc prefix-beam search decoder. 
  - Unified ctc online decoder and ctc offline decoder.  
  - PRLink: https://github.com/PaddlePaddle/PaddleSpeech/pull/821

***