CHANGELOG.md 1.7 KB
Newer Older
H
Hui Zhang 已提交
1
# Changelog
小湉湉's avatar
小湉湉 已提交
2 3 4 5 6 7 8 9 10
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 已提交
11

小湉湉's avatar
小湉湉 已提交
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
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
小湉湉 已提交
30 31
  - PRLink: https://github.com/PaddlePaddle/PaddleSpeech/pull/1314

32 33

Date: 2022-1-10, Author: Jackwaterveg.  
小湉湉's avatar
小湉湉 已提交
34 35
Add features to: CLI:
  - Support English (librispeech/asr1/transformer).
36 37 38 39 40
  - 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 已提交
41

J
Jackwaterveg 已提交
42
Date: 2022-1-17, Author: Jackwaterveg.  
小湉湉's avatar
小湉湉 已提交
43 44
Add features to: CLI:
  - Support deepspeech2 online/offline model(aishell).
J
Jackwaterveg 已提交
45 46 47 48
  - PRLink: https://github.com/PaddlePaddle/PaddleSpeech/pull/1356

***

J
Jackwaterveg 已提交
49 50 51 52 53 54 55
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

***