Skip to content

Commit 5129601

Browse files
author
Matt Sokoloff
committed
add notice to sign up for beta
1 parent bc86c28 commit 5129601

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

examples/model_diagnostics/model_diagnostics_demo.ipynb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@
3838
"The `Model Run` object represents the experiment itself. It is a specific instance of a `Model` with preconfigured hyperparameters (training data). You can upload inferences across each `Model Run`, filter by IoU score, and compare your model's predictions against the annotations from your training data.\n",
3939
"\n",
4040
"## Steps\n",
41-
"\n",
42-
"1. Have a set of ground truth labels in a project\n",
43-
"2. Install the latest SDK release (At this time that is 3.0.0rc0)\n",
44-
"3. Create a `Model`\n",
45-
"4. Create a `Model Run`\n",
46-
"5. Compute predictions\n",
47-
"6. Compute model performance metrics\n",
48-
"7. Upload labels, predictions, and metrics\n",
49-
"8. Navigate to the `Models` tab on Labelbox\n",
41+
"1. Make sure you are signed up for the beta. If not navigate here https://labelbox.com/product/model-diagnostics\n",
42+
"2. Have a set of ground truth labels in a project\n",
43+
"3. Install the latest SDK release (At this time that is 3.0.0rc1)\n",
44+
"4. Create a `Model`\n",
45+
"5. Create a `Model Run`\n",
46+
"6. Compute predictions\n",
47+
"7. Compute model performance metrics\n",
48+
"8. Upload labels, predictions, and metrics\n",
49+
"9. Navigate to the `Models` tab on Labelbox\n",
5050
"\n",
5151
"## Best practices\n",
52-
"Currently there is a limit of 2000 images per model run. We suggest uploading lower performing examples from your test set."
52+
"Currently there is a limit of 2000 images per model run. We suggest uploading lower performing examples from your test set.\n"
5353
]
5454
},
5555
{

examples/model_diagnostics/model_diagnostics_guide.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,10 @@
6161
},
6262
"source": [
6363
"# Steps\n",
64-
"1. Select a project\n",
65-
"2. Exports labels\n",
66-
"3. Upload labels and predictions for Diagnostics\n",
64+
"1. Make sure you are signed up for the beta. If not navigate here https://labelbox.com/product/model-diagnostics\n",
65+
"2. Select a project\n",
66+
"3. Exports labels\n",
67+
"4. Upload labels and predictions for Diagnostics\n",
6768
"------ "
6869
]
6970
},

0 commit comments

Comments
 (0)