AdityaDutt / Tensorboard_visualize

Visualize data on TensorBoard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Visualize data on TensorBoard.


Languages

Language:Python 100.0%