GuitarLSTM

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

commit f90fc4d61fdfd5beeb433a4e6f0cbdeae2f13569
parent bc0faebae54a13352148a6a1d69171b9f70cd3c3
Author: Keith Bloemer <32459398+GuitarML@users.noreply.github.com>
Date:   Tue,  2 Feb 2021 14:56:17 -0600

Update README.md
Diffstat:
MREADME.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -108,6 +108,9 @@ A real-time implementation for use in a guitar plugin is out: SmartAmpPro<br> https://github.com/GuitarML/SmartAmpPro<br> +Note: The model training has been integrated into the SmartAmpPro plugin, the +models trained with GuitarLSTM are not compatible with the plugin. + Also see: PedalNetRT<br>