neural-amp-modeler

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

commit d84d8a2d14646ff30f4fd8f79b06984bd33da113
parent 686fd33adb9e033515931178fab3c211df6e6f00
Author: Mike Oliphant <[email protected]>
Date:   Sun,  5 Mar 2023 18:06:35 -0800

Add architecture information to easy Colab (#116)


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

diff --git a/bin/train/easy_colab.ipynb b/bin/train/easy_colab.ipynb @@ -87,8 +87,15 @@ "\n", "đŸ•™Training will go through 100 epochs and take just over 10 minutes.đŸ•™\n", "\n", - "If you want a better model, you can try training for more epochs--just put in a \n", - "different number before hitting go!" + "If you want a better model, you can try training for more \"**epochs**\"--just put in a \n", + "different number before hitting go!\n", + "\n", + "\"**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", + "\n", + " \"**feather**\" models will run more than **2 times** faster than \"**standard**\".\n" ] }, {