From c52d7f2bfc06a5a3d227480bc24afa9062783566 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Thu, 25 Nov 2021 18:14:16 +0800 Subject: [PATCH] Update reference.md --- docs/source/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/reference.md b/docs/source/reference.md index ab56344d..39e2a468 100644 --- a/docs/source/reference.md +++ b/docs/source/reference.md @@ -6,7 +6,7 @@ We borrowed a lot of code from these repos to build `model` and `engine`, thanks - Apache-2.0 License - python/shell `utils` - kaldi feat preprocessing -- data pipe line and `transform` +- data pipe line and `transformer` - some tts models, like `fastspeech2` and GAN-based `vocoder` * [wenet](https://github.com/wenet-e2e/wenet/blob/main/LICENSE) -- GitLab