From f7a89463cd4bf750f4f894e70e00566cf892629d Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Thu, 18 Jul 2024 18:47:38 -0400 Subject: [PATCH] DOCS-2669: Update link in upload-training-script.md --- docs/services/ml/upload-training-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services/ml/upload-training-script.md b/docs/services/ml/upload-training-script.md index 8012c1c783..39bfceec6b 100644 --- a/docs/services/ml/upload-training-script.md +++ b/docs/services/ml/upload-training-script.md @@ -10,7 +10,7 @@ no_service: true --- You can create your own custom Python training script that trains ML models to your specifications using the Machine Learning framework of your choice (PyTorch, Tensorflow, TFLite, ONNX, or any other framework). -Once added to the [Viam registry](https://app.viam.com/registry/), you can use the training script to build models for your datasets. +Once added to the [Viam registry](https://app.viam.com/registry?type=Training+Script), you can use the training script to build models for your datasets. {{< alert title="Note" color="note" >}} For a lower-code approach, you can [train TFLite classification and object detection models](/services/ml/train-model/) on the [Viam app **DATA** page](https://app.viam.com).