neural-amp-modeler

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

commit 9030cecdf06da99290340ca429d2c1f94b96f9f4
parent d84d8a2d14646ff30f4fd8f79b06984bd33da113
Author: Mike Oliphant <[email protected]>
Date:   Tue,  7 Mar 2023 18:24:35 -0800

Easy colab typo fix (#119)

Removed extra quotes
Diffstat:
Mbin/train/easy_colab.ipynb | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/train/easy_colab.ipynb b/bin/train/easy_colab.ipynb @@ -93,7 +93,7 @@ "\"**architecture**\" selects from several presets for the size of the network. This trades off\n", "modeling quality for how expensive the resulting model will be to run.\n", "\n", - " \"**lite**\" models will run approximately \"**1.5 times**\" faster than \"**standard**\".\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" ]