commit a7690f87ea2a475436eb0649f519e49d7952af7a parent 1a834ad7443c4be380d637355fa14f30376cb027 Author: Steven Atkinson <steven@atkinson.mn> Date: Tue, 16 May 2023 19:17:34 -0700 Update README.md Point to v0.5.3 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/b1aa204/bin/train/easy_colab.ipynb) +[`easy_colab.ipynb` on Google Colab](https://colab.research.google.com/github/sdatkinson/neural-amp-modeler/blob/1a834ad/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.