GuitarLSTM

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

commit e91193e765d0fb7ada8e2c6d3283145e7be4f2e3
parent 8aacd45eb617192555afcb797bcc78cb01ef8229
Author: Keith Bloemer <32459398+GuitarML@users.noreply.github.com>
Date:   Fri,  4 Dec 2020 14:12:42 -0600

Update README.md
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**: