commit 6c4c78dd5dae7782dc0f5b3056fdc4e4ab5abd99 parent 2992b479a654656a4bb5554f012f40bc7518bab0 Author: Steven Atkinson <steven@atkinson.mn> Date: Wed, 21 Jun 2023 23:34:27 -0700 Update README.md Update link to Easy Colab Diffstat:
M | README.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/bd1d8a5/bin/train/easy_colab.ipynb) +[`easy_colab.ipynb` on Google Colab](https://colab.research.google.com/github/sdatkinson/neural-amp-modeler/blob/2992b47/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.