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

Does this work for tensorboard embedding visualizations? #7

Open
jiwoongim opened this issue Jan 22, 2017 · 4 comments
Open

Does this work for tensorboard embedding visualizations? #7

jiwoongim opened this issue Jan 22, 2017 · 4 comments

Comments

@jiwoongim
Copy link

Does this work for tensorboard embedding visualizations?

@lopuhin
Copy link
Contributor

lopuhin commented Jan 23, 2017

@jiwoongim not yet, although it would be a cool feature. Do you do it repeatedly, or just export embeddings as a one-time job? If tensorflow runtime dependency is not a issue for you, then something like https://github.com/lopuhin/sensefreq/blob/391395cb5e0f4bf66c25f5fce50d0a38d9bd47c3/rs/rnn2_stuff.py#L71 should work.

@elbamos
Copy link

elbamos commented Feb 6, 2017

Is it your intent to expand this to allow histograms, images? (audio?)

@lopuhin
Copy link
Contributor

lopuhin commented Feb 7, 2017

@elbamos ideally, support for all types of data should be added. Right now there are declarations for histograms, images and sound in the protobuf file here: https://github.com/TeamHG-Memex/tensorboard_logger/blob/master/tensorboard_logger/tf_protobuf/summary.proto - so what is left is converting the most natural python representation of this data to a format required by this protobuf declaration. Tensorflow should already have this code (in Python or C++), so it can serve as a source for inspiration or copying.
I don't have a timeframe for this features, and pull requests are very welcome.

@elbamos
Copy link

elbamos commented Feb 8, 2017

I just poked around in the tf code to see if I could identify the code for writing histograms and, well, ick.

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

No branches or pull requests

3 participants