neural-amp-modeler

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

commit b65d557811939f55d9ed6af2462e6c6ee7931273
parent bd1d8a58fada2d1275e2bc13155a7ad82d3e30c6
Author: Steven Atkinson <steven@atkinson.mn>
Date:   Sun, 11 Jun 2023 21:52:49 -0700

Update README.md

Update easy_colab.ipynb link
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/f67f17b/bin/train/easy_colab.ipynb) +[`easy_colab.ipynb` on Google Colab](https://colab.research.google.com/github/sdatkinson/neural-amp-modeler/blob/bd1d8a5/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.