From 5b4395e2204c884c0e0a2db7923a7e08fc21019c Mon Sep 17 00:00:00 2001 From: Feiyu Chan Date: Thu, 24 Oct 2019 16:44:42 +0800 Subject: [PATCH] cheey-pick: add reciprocal links for README in dv3 (#3748) * add reciprocal links for both READMEs --- PaddleSpeech/DeepVoice3/README.md | 2 ++ PaddleSpeech/DeepVoice3/README_cn.md | 1 + 2 files changed, 3 insertions(+) diff --git a/PaddleSpeech/DeepVoice3/README.md b/PaddleSpeech/DeepVoice3/README.md index 413f53e5..ed15f196 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 905a6d2f..0ed96fdf 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) 。 -- GitLab