Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the embedding.md file #473

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions site/en/guide/embedding.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,14 @@ vectors in the embedding variable, except for the header. Consequently, the
variable. If the TSV metadata file has only a single column, then we don’t
expect a header row, and assume each row is the label of the embedding. We
include this exception because it matches the commonly-used "vocab file"
format.
format.Also, when you open the load data tab in the embedding visualizer there
it is specified about what is TSV file of vector and what is the TSV file
of metadata with an example.
Copy link
Member

@lamberta lamberta Apr 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean up. Is this accurate? ...
The embedding visualizer's Load Data tab specifies the TSV file for the vector and metadata.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'll correct this


To use images as metadata, you must produce a single
[sprite image](https://www.google.com/webhp#q=what+is+a+sprite+image),
consisting of small thumbnails, one for each vector in the embedding. The
consisting of small thumbnails, one for each vector in the embedding.
This single image contain all the images the dataset has.The
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This single image contain all the images the dataset has.

Can you clarify this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lamberta yeah i did something wrong there, i was suppose to write that a sprite image is a collection of all sample images into one single image.

sprite should store thumbnails in row-first order: the first data point placed
in the top left and the last data point in the bottom right, though the last
row doesn't have to be filled, as shown below.
Expand Down