GuitarLSTM

Deep learning models for guitar amp/pedal emulation using LSTM with Keras
Log | Files | Refs | README

commit f1ec9961a50ee4b62c2e530022cc7ed2b5d812f6
parent 63f9c2566f00a71cc7b358b65dc4da2e531d44da
Author: Keith <kbloemer@aegistg.com>
Date:   Fri,  4 Dec 2020 14:14:10 -0600

Merge branch 'main' of https://github.com/GuitarML/GuitarLSTM into main

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -44,7 +44,7 @@ python train.py data\ts9_test1_in_FP32.wav data\ts9_test1_out_FP32.wav out_model # Run prediction on target wav file # Specify input file, desired output file, and model path -predict.py data\ts9_test1_in_FP32.wav output models\ts9_model.h5 +python predict.py data\ts9_test1_in_FP32.wav output models\ts9_model.h5 ``` **Training parameters**: