commit 2f9da8ae28999b6c207cc5f6e248a6af638cd034 parent d7c95f52cd82f2ca4a12ac4f055a23129b1f7b9a Author: Steven Atkinson <steven@atkinson.mn> Date: Tue, 16 May 2023 22:31:21 -0700 Update README.md Update Colab link 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/1a834ad/bin/train/easy_colab.ipynb) +[`easy_colab.ipynb` on Google Colab](https://colab.research.google.com/github/sdatkinson/neural-amp-modeler/blob/d7c95f5/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.