neural-amp-modeler

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

commit cd448091b50c619134a8e0eaff93737fcc0052b4
parent f67f17bc2c0e31016390fadbc4734e4e5a5b3b77
Author: Steven Atkinson <steven@atkinson.mn>
Date:   Sun, 11 Jun 2023 21:35:02 -0700

Update README.md

Reference easy_colab.ipynb for v0.6.0.
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -10,7 +10,7 @@ If you don't have a good computer for training ML models, you use Google Colab t in the cloud using the pre-made notebooks under `bin\train`. For the very easiest experience, open -[`easy_colab.ipynb` on Google Colab](https://colab.research.google.com/github/sdatkinson/neural-amp-modeler/blob/d7c95f5/bin/train/easy_colab.ipynb) +[`easy_colab.ipynb` on Google Colab](https://colab.research.google.com/github/sdatkinson/neural-amp-modeler/blob/f67f17b/bin/train/easy_colab.ipynb) and follow the steps! For a little more visibility under the hood, you can use [colab.ipynb](https://colab.research.google.com/github/sdatkinson/neural-amp-modeler/blob/main/bin/train/colab.ipynb) instead.