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 embedding search #420

Merged
merged 6 commits into from
Apr 24, 2018
Merged

Conversation

jetfuel
Copy link
Collaborator

@jetfuel jetfuel commented Apr 24, 2018

Update the the Embedding search matched color.
Update the algorithm so after switching dimension, we can still show searched label.
Split the dataset into two, one is matched, the other is unmatched, to improve the rendering performance.

@jetfuel jetfuel self-assigned this Apr 24, 2018
@@ -40,6 +40,8 @@ export default {
return {
width: 900,
height: 600,
regularLabelColor: '#008c99',
matchedLabelColor: '#990d00',
Copy link
Contributor

Choose a reason for hiding this comment

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

can you use #c23531? they are also red but c23531 is what scalar line is using

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Absolutely yes

@jetfuel jetfuel merged commit b6f992c into PaddlePaddle:develop Apr 24, 2018
@jetfuel jetfuel deleted the updateEmbeddingSearch branch April 24, 2018 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants