Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 663 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 663 Bytes

Tensorboard_visualize

siamnet

Visualize data on tensorboard

Here is the tutorial for this code on medium: https://medium.com/@adityadutt/visualizing-your-deep-learning-features-using-tensorboard-8356ffd745e0

There are two files:

  1. visualize_with_sprites.py - Visualize data with sprites. Set your input data, feature vetors, and class labels and run the code using: python visualize_with_sprites.py
  2. visualize_without_sprites.py - Visualize data without sprites. Set your input data, feature vetors, and class labels and run the code using visualize_without_sprites.py