diff --git a/PaddleSpeech/DeepVoice3/README.md b/PaddleSpeech/DeepVoice3/README.md index 413f53e5969a83a5fe0c0b95990acd27b3f18c02..ed15f1961565b510757ced2ac1d29f0543261f73 100644 --- a/PaddleSpeech/DeepVoice3/README.md +++ b/PaddleSpeech/DeepVoice3/README.md @@ -1,5 +1,7 @@ # Deep Voice 3 with Paddle Fluid +[中文版](README_cn.md) + Paddle fluid implementation of DeepVoice 3, a convolutional network based text-to-speech synthesis model. The implementation is based on [Deep Voice 3: Scaling Text-to-Speech with Convolutional Sequence Learning](https://arxiv.org/abs/1710.07654). We implement Deepvoice3 model in paddle fluid with dynamic graph, which is convenient for flexible network architectures. diff --git a/PaddleSpeech/DeepVoice3/README_cn.md b/PaddleSpeech/DeepVoice3/README_cn.md index 905a6d2fdd16034e1e36266491ab133ebda393ca..0ed96fdf4a0ca07be75f47f91d55358218b945cd 100644 --- a/PaddleSpeech/DeepVoice3/README_cn.md +++ b/PaddleSpeech/DeepVoice3/README_cn.md @@ -1,5 +1,6 @@ # Deep Voice 3 with Paddle Fluid +[English](README.md) Paddle 实现的 Deepvoice3,一个基于卷积神经网络的语音合成 (Text to Speech) 模型。本实现基于 [Deep Voice 3: Scaling Text-to-Speech with Convolutional Sequence Learning](https://arxiv.org/abs/1710.07654) 。