NeuralPi

Raspberry Pi guitar pedal using neural networks to emulate real amps and effects
Log | Files | Refs | Submodules | README

commit a4f39c3de0d491f403258cbba0bafaeb502978ba
parent 6002fee0c60fbd6ef75c757a3a319e4028116454
Author: Keith Bloemer <32459398+GuitarML@users.noreply.github.com>
Date:   Fri,  4 Jun 2021 14:39:15 -0500

Update update_models.sh
Diffstat:
Mscripts/update_models.sh | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/scripts/update_models.sh b/scripts/update_models.sh @@ -25,9 +25,8 @@ rpi_ip_address=127.0.0.1 # Update this field with the Raspberry Pi's IP address rpi_model_path=/home/mind/.config/GuitarML/NeuralPi/tones # Rpi with Elk OS Path (shouldn't need to change) ############################################################################# - -# Copy all models from local computer to Rpi +echo "Copying all models from local computer to Rpi.." scp $host_model_path/*.json root@$rpi_ip_address:$rpi_model_path/ -# Copy all models from Rpi to local computer +echo "Copying all models from Rpi to local computer.." scp root@$rpi_ip_address:$rpi_model_path/*.json $host_model_path/