neural-amp-modeler

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

commit b35b7600fe17436249b42820d2ff4005c1630191
parent aa489d720868354495f84e1f9f035e3869dd4dea
Author: sdatkinson <steven@atkinson.mn>
Date:   Sun, 21 Feb 2021 14:44:23 -0500

Update README

Diffstat:
MREADME.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -4,7 +4,9 @@ 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`). +```bash +`pip install -r requirements.txt` +``` ## Autoregressive models