Skip to content

Commit eed3be7

Browse files
committed
update writeup
1 parent 6c5826a commit eed3be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/embeddings-timm.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"In this notebook we will the [Price Match Guarantee Dataset](https://www.kaggle.com/competitions/shopee-product-matching/) from Shopee from Kaggle.\n",
121121
"The dataset consists of images from users who sell products on the Shopee online platform.\n",
122122
"\n",
123-
"Download the dataset [here](https://www.kaggle.com/competitions/shopee-product-matching/data) and place it in the current directory.\n",
123+
"Download the dataset [here](https://www.kaggle.com/competitions/shopee-product-matching/data), unzip, and place it in the current directory.\n",
124124
"\n",
125125
"Here's snapshot showing some of the images from the dataset.\n",
126126
"![download.png](attachment:dfe9e6ec-0e53-422e-bb5c-b43ad4577d05.png)"
@@ -185,7 +185,7 @@
185185
"id": "9a1e56b1-d8cd-4457-9b2b-83c1aa3ccaaf",
186186
"metadata": {},
187187
"source": [
188-
"## Extract Embeddings using TIMM\n",
188+
"## Compute Embeddings using TIMM\n",
189189
"Loading TIMM models in fastdup is seamless with the `TimmEncoder` wrapper class. This ensures all TIMM models can be used in fastdup to compute the embeddings of your dataset.\n",
190190
"Under the hood, the wrapper class loads the model from TIMM excluding the final classification layer.\n",
191191
"\n",

0 commit comments

Comments
 (0)