neural-amp-modeler

Neural network emulator for guitar amplifiers
Log | Files | Refs | README | LICENSE

commit 48a229dd3ba8c86d67fc030c262b903850a557d8
parent 3907d8b41f135d487154602f867219a7dac70253
Author: Steven Atkinson <satkinso@nd.edu>
Date:   Wed,  2 Jan 2019 21:12:43 -0500

Update README.md
Diffstat:
MREADME.md | 4++++
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)