commit aa05c6e5622ab1e1e731fd02173239d9b8e5e1d2
parent 7c9131cc801ff76d5a2f587aca260ddf6d68c0d6
Author: Steven Atkinson <satkinso@nd.edu>
Date: Wed, 2 Jan 2019 21:24:31 -0600
Merge branch 'master' of github.com:sdatkinson/neural-amp-emulator
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -2,6 +2,10 @@
Let's use deep learning to make a model of a guitar amp!
+## Setup
+
+Use `pip install -r requirements.txt` as well as intalling the TensorFlow version of your choice (e.g. `pip install tensorflow-gpu`).
+
## Autoregressive models
* Fully-connected (n-to-1)