commit caa731453dbd32dccc312b57940221e42f909324 parent e6ac3b64879ae7b633b74f32edac8bd0f056fe52 Author: Steven Atkinson <steven@atkinson.mn> Date: Sat, 3 Dec 2022 12:42:56 -0800 Update README.md Fix path to Colab notebook 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 can run the notebook located at `bin/train/colab.ipynb` in the cloud using Google Colab--no local installation required! -Simply go to [https://colab.research.google.com/github/sdatkinson/neural-amp-modeler/blob/dev/bin/train/colab.ipynb](https://colab.research.google.com/github/sdatkinson/neural-amp-modeler/blob/dev/bin/train/colab.ipynb) and follow the steps to upload your data and start training! +Simply go to [https://colab.research.google.com/github/sdatkinson/neural-amp-modeler/blob/main/bin/train/colab.ipynb](https://colab.research.google.com/github/sdatkinson/neural-amp-modeler/blob/dev/bin/train/colab.ipynb) and follow the steps to upload your data and start training! **Pros:** * No local installation required!