Skip to content

Quick function to go from a dictionary of sets of (images, labels, feature vectors) to checkpoints that can be opened in Tensorboard

Notifications You must be signed in to change notification settings

nlml/np-to-tf-embeddings-visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

np-to-tf-embeddings-visualiser

Update: see https://github.com/lanpa/tensorboard-pytorch for a more full-fledged alternative to this

Quick function to go from a dictionary of sets of (images, labels, feature vectors) to checkpoints that can be opened in Tensorboard

To run the example, just: python example.py

Then navigate to the embeds directory created by that script and run tensorboard with: tensorboard --logdir=embeds

Then head to http://localhost:6006/ and click Embeddings.

About

Quick function to go from a dictionary of sets of (images, labels, feature vectors) to checkpoints that can be opened in Tensorboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages