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:
- 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
- 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