Skip to content

Commit 24707f7

Browse files
committed
Merge branch 'develop' into PTDT-1106
2 parents f52b6fd + 352dd59 commit 24707f7

File tree

2 files changed

+716
-2
lines changed

2 files changed

+716
-2
lines changed

examples/basics/custom_embeddings.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"metadata": {},
131131
"source": [
132132
"# get images from a Labelbox dataset\n",
133-
"# Our systems start to process data after 1000 embeddings of each type, for this demo make sure your dataset is over 1000 data rows",
133+
"# Our systems start to process data after 1000 embeddings of each type, for this demo make sure your dataset is over 1000 data rows\n",
134134
"dataset = client.get_dataset(\"<ADD YOUR DATASET ID>\")\n",
135135
"drs = list(dataset.export_data_rows(timeout_seconds=9999))\n",
136136
"data_row_ids = [dr.uid for dr in drs]"
@@ -322,4 +322,4 @@
322322
"execution_count": null
323323
}
324324
]
325-
}
325+
}

0 commit comments

Comments
 (0)