From ce379a861ea1718908b8f095a70d8c7124a1b82f Mon Sep 17 00:00:00 2001 From: Antoine Guillien Date: Tue, 27 Mar 2018 16:56:30 +0200 Subject: [PATCH] Update README.md Specify the used python version --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed83743..ceb6f06 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ I implement yet another text-to-speech model, dc-tts, introduced in [Efficiently Trainable Text-to-Speech System Based on Deep Convolutional Networks with Guided Attention](https://arxiv.org/abs/1710.08969). My goal, however, is not just replicating the paper. Rather, I'd like to gain insights about various sound projects. ## Requirements + * Python 2.x * NumPy >= 1.11.1 * TensorFlow >= 1.3 (Note that the API of `tf.contrib.layers.layer_norm` has changed since 1.3) * librosa