Skip to content

Projector: Inspector-panel neighbors slider editable #733

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

Conversation

francoisluus
Copy link
Contributor

@francoisluus francoisluus commented Nov 14, 2017

Make the neighbors slider editable in the inspector panel of the projector. This allows for finer-grained control on neighborhood size when selecting groups, which becomes important during interactive supervision.

Demo here: http://tensorserve.com:6021

git clone https://github.com/francoisluus/tensorboard-supervise.git
cd tensorboard-supervise
git checkout  de640f6fb3a4dd1822dafca928055e8f0476ddac
bazel run tensorboard -- --logdir /home/$USER/emnist-2000 --host 0.0.0.0 --port 6021

Design and behavior

  1. Lowered maximum from 1000 to 999 to fit into slider edit box.
  2. Requires [Enter] or unfocusing to set the new neighborhood size.
  3. Edit box arrows auto-hide when unfocused.

Neighbors slider before

Neighbors slider with edit box

Make the neighbors slider editable in the inspector panel of the
projector. This allows for finer-grained control on neighborhood size
when selecting groups, which becomes important during interactive
supervision.
Copy link
Contributor

@dsmilkov dsmilkov left a comment

Choose a reason for hiding this comment

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

Great. Thank you!

@dsmilkov dsmilkov merged commit 137ec7d into tensorflow:master Nov 14, 2017
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.

2 participants