Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: JessamyT <[email protected]>
  • Loading branch information
sguequierre and JessamyT authored Mar 8, 2024
1 parent 7f6b356 commit 9c57cef
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/ml/upload-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ Select **Next steps** to continue.

{{<imgproc src="/ml/upload-model.png" resize="600x" alt="Upload model menu on the DATA tab of the Viam app.">}}

1. Select the **Model framework**, or, type of model. TensorFlow Lite, TensorFlow, PyTorch and ONNX model frameworks are currently supported.
1. Select the **Model framework** or the type of model.
TensorFlow Lite, TensorFlow, PyTorch and ONNX model frameworks are currently supported.
2. Upload the files required for your model framework.
3. Specify a name for the model.
4. Specify the **Task type**.
Expand All @@ -54,7 +55,7 @@ Also, if you selected **Public**, it should be publicly visible in the [Viam reg

{{% alert title="TFLite label files" color="tip" %}}
During Step 2, if you chose a TensorFlow Lite model framework, you add a `.txt` label file.
This should include the label names as you provided them in training, with one name per line.
This should include the label names as you provided in training, with one name per line.
{{% /alert %}}

{{% /tab %}}
Expand All @@ -63,8 +64,9 @@ This should include the label names as you provided them in training, with one n
{{<imgproc src="/ml/select-existing-model.png" resize="400x" alt="Select from your existing models.">}}

1. Select the model you would like to update from your existing models.
1. Select **Next steps** to continue.
1. Select the **Model framework**, or, type of model. TensorFlow Lite, TensorFlow, PyTorch and ONNX model frameworks are currently supported.
1. Click **Next steps** to continue.
1. Select the **Model framework** or the type of model.
TensorFlow Lite, TensorFlow, PyTorch and ONNX model frameworks are currently supported.
1. Upload the files required for your model framework.
1. Click **Upload model**.

Expand Down

0 comments on commit 9c57cef

Please sign in to comment.