CHANGELOG.md 785 字节
Newer Older
H
Hui Zhang 已提交
1 2
# Changelog

3 4 5 6 7 8 9 10 11

Date: 2022-1-10, Author: Jackwaterveg.  
Add features to: CLI:  
  - Support English (librispeech/asr1/transformer).  
  - 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 已提交
12

J
Jackwaterveg 已提交
13 14
Date: 2022-1-17, Author: Jackwaterveg.  
Add features to: CLI:  
J
Jackwaterveg 已提交
15
  - Support deepspeech2 online/offline model(aishell). 
J
Jackwaterveg 已提交
16 17 18 19
  - PRLink: https://github.com/PaddlePaddle/PaddleSpeech/pull/1356

***

J
Jackwaterveg 已提交
20 21 22 23 24 25 26
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

***