Skip to content

ghs2015/Tensorflow_Embedding_and_Weight_Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tensorflow_Embedding_and_Weight_Visualization

Helper functions for visualizing the embedding and weights as images. Steps:

  1. Convert the embedding or weights into an image, which is comprised of smaller images (feature maps or weight matrices as images).
  2. Use tensorflow.summary.image() to log the converted images.
  3. Add related codes just like what are required for visualizing images in TensorFlow for TensorBoard.
  4. The result can be viewed via TensorBoard.

About

Helper functions for visualizing the embedding and weights as images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages