neural-amp-modeler

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

commit e797a931f455bfdde6522001712f2c201e1a8f42
parent dd51f16f1e1760e4ed07efc3932d59c72ad55002
Author: Steven Atkinson <[email protected]>
Date:   Sun, 25 Jun 2023 09:46:55 -0700

Merge branch 'main' of https://github.com/sdatkinson/neural-amp-modeler

Diffstat:
Mbin/train/easy_colab.ipynb | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/bin/train/easy_colab.ipynb b/bin/train/easy_colab.ipynb @@ -159,7 +159,9 @@ "\n", " \"**lite**\" models will run approximately **1.5 times** faster than \"**standard**\".\n", "\n", - " \"**feather**\" models will run more than **2 times** faster than \"**standard**\".\n" + " \"**feather**\" models will run more than **2 times** faster than \"**standard**\".\n", + "\n", + " \"**nano**\" models will run about **2.5 times** faster than \"**standard**\".\n" ] }, { @@ -173,7 +175,7 @@ "%tensorboard --logdir /content/lightning_logs\n", "run(\n", " epochs=100,\n", - " architecture=\"standard\", # standard, lite, feather\n", + " architecture=\"standard\", # standard, lite, feather, nano\n", " fit_cab=False, # Change me to True for full-rig modeling!\n", " ignore_checks=False # Change to True to train anyways with potentially bad data\n", ")"