@@ -190,12 +190,12 @@ through a sequence of bookmarks.
190
190
If you are working with an embedding, you'll probably want to attach
191
191
labels/images to the data points. You can do this by generating a metadata file
192
192
containing the labels for each point and clicking "Load data" in the data panel
193
- of the Embedding Projector.
193
+ of the Embedding Projector. The metadata can be either * labels* or * images* that
194
+ are stored in a separate file.
194
195
195
- The metadata can be either labels or images, which are
196
- stored in a separate file. For labels, the format should
196
+ For labels metadata, the format should
197
197
be a [ TSV file] ( https://en.wikipedia.org/wiki/Tab-separated_values )
198
- (tab characters shown in red) whose first line contains column headers
198
+ (tab characters shown in red) where the first line contains column headers
199
199
(shown in bold) and subsequent lines contain the metadata values. For example:
200
200
201
201
<code >
@@ -213,12 +213,12 @@ expect a header row, and assume each row is the label of the embedding. We
213
213
include this exception because it matches the commonly-used "vocab file"
214
214
format.
215
215
216
- To use images as metadata, you must produce a single
217
- [ sprite image ] ( https://www.google.com/webhp#q=what+is+a+ sprite+ image) ,
218
- consisting of small thumbnails, one for each vector in the embedding. The
219
- sprite should store thumbnails in row-first order: the first data point placed
220
- in the top left and the last data point in the bottom right, though the last
221
- row doesn't have to be filled, as shown below.
216
+ To use images as metadata, create a single sprite image consisting of small
217
+ thumbnails—one for each vector in the embedding. A sprite image stores
218
+ thumbnails for all the sample images in a single large image. The sprite should
219
+ store thumbnails in row-first order: the first data point placed in the top left
220
+ and the last data point in the bottom right, though the last row doesn't have to
221
+ be filled, as shown below.
222
222
223
223
<table style =" border : none ;" >
224
224
<tr style =" background-color : transparent ;" >
0 commit comments