From 6a00edae8a0e8bc7d15abfdea9cf8f883ca5b487 Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 18 Mar 2018 15:26:34 -0400 Subject: [PATCH] Adds links and instructions to Requirements section --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ed83743..b35ff83 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,15 @@ 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 - * NumPy >= 1.11.1 - * TensorFlow >= 1.3 (Note that the API of `tf.contrib.layers.layer_norm` has changed since 1.3) - * librosa - * tqdm - * matplotlib - * scipy + +In general, each of the below requirements can be installed with [pip](https://pip.pypa.io/en/stable/installing/) by typing `pip install`, followed by the package name. For exampe, `pip install tqdm`, or `pip install matplotlib`. + + * [NumPy](http://www.numpy.org) >= 1.11.1 + * [TensorFlow](https://www.tensorflow.org/) >= 1.3 (Note that the API of `tf.contrib.layers.layer_norm` has changed since 1.3) + * [librosa](https://github.com/librosa/librosa) + * [tqdm](https://pypi.python.org/pypi/tqdm#installation) + * [matplotlib](https://matplotlib.org) + * [scipy](https://www.scipy.org/scipylib/index.html) ## Data