From 034b4fdbab223bec92ac182ff80c3eae7d1e77a2 Mon Sep 17 00:00:00 2001 From: lifuchen Date: Wed, 19 Feb 2020 03:10:47 +0000 Subject: [PATCH] modified README of transformertts & fastspeech --- examples/fastspeech/README.md | 3 --- examples/transformer_tts/README.md | 2 -- 2 files changed, 5 deletions(-) diff --git a/examples/fastspeech/README.md b/examples/fastspeech/README.md index 7264b80..007b6b2 100644 --- a/examples/fastspeech/README.md +++ b/examples/fastspeech/README.md @@ -1,9 +1,6 @@ # Fastspeech Paddle fluid implementation of Fastspeech, a feed-forward network based on Transformer. The implementation is based on [FastSpeech: Fast, Robust and Controllable Text to Speech](https://arxiv.org/abs/1905.09263). -We implement Fastspeech model in paddle fluid with dynamic graph, which is convenient for flexible network architectures. - - ## Dataset We experiment with the LJSpeech dataset. Download and unzip [LJSpeech](https://keithito.com/LJ-Speech-Dataset/). diff --git a/examples/transformer_tts/README.md b/examples/transformer_tts/README.md index ee961b5..afdfdd2 100644 --- a/examples/transformer_tts/README.md +++ b/examples/transformer_tts/README.md @@ -1,8 +1,6 @@ # TransformerTTS Paddle fluid implementation of TransformerTTS, a neural TTS with Transformer. The implementation is based on [Neural Speech Synthesis with Transformer Network](https://arxiv.org/abs/1809.08895). -We implement TransformerTTS model in paddle fluid with dynamic graph, which is convenient for flexible network architectures. - ## Dataset We experiment with the LJSpeech dataset. Download and unzip [LJSpeech](https://keithito.com/LJ-Speech-Dataset/). -- GitLab