Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 2 KB

CHANGELOG.md

File metadata and controls

66 lines (51 loc) · 2 KB

Changelog

Date: 2022-3-22, Author: yt605155624. Add features to: CLI:

Date: 2022-3-09, Author: yt605155624. Add features to: T2S:

Date: 2022-3-08, Author: yt605155624. Add features to: T2S:

Date: 2022-3-08, Author: yt605155624. Add features to: T2S:

Date: 2022-1-29, Author: yt605155624. Add features to: T2S:

Date: 2022-1-29, Author: yt605155624. Add features to: T2S:

Date: 2022-1-24, Author: yt605155624. Add features to: T2S:

Date: 2022-1-19, Author: yt605155624. Add features to: T2S:

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: PaddlePaddle#1297

Date: 2022-1-17, Author: Jackwaterveg.
Add features to: CLI:


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: PaddlePaddle#821