Embedding Visualizer Using Tensorboard
Project description
TensorBoard Embedding Visualizer
As the name suggests, this tool is made for visualizing high dimensional embeddings into 3D space using TensorBoard Projector tool. It performs PCA and also has an option for T-SNE for doing dimensionality reduction. All you have to do is provide you embeddings data and its corresponding labels and optionally images(paths) in pickle format as a dictionary. The structure of this dictionary is explained below.
Getting Started
Requirement
- Python3
- Tensorflow > 1.4
Install
Install this tool using pip with the following command.
pip install tbev
Upgrade to the latest version by using the --upgrade flag
This will be installed as a command line tool and you can simply run tbev in you command line to get started.
Usage
Usage:
tbev demo
tbev <pickle_file> [--logdir=<path>]
Options:
-h --h Show help screen
--logdir=<path> Location to store log files [default: ./logs/]
tbev <pickle_file> [--logdir=] You will need to pass your embeddings in form of a pickle file. The pickle file should contain a dictionary in the following format.
{
"embedding":2D matrix of shape [m embeddings, n dimensions],
"labels":{
"label1": List of shape (m,), A label for each embedding,
"label2": List of shape (m,), A label for each embedding,
You can put as many labels as you want.
},
"sprite_paths":(Optional) List of shape (m,), A path to image to be shown in tensorboard.
}
Save this dictionary into a pickle file and use the command tbev <pickle_file> [--logdir=<path>]
This will create a ./logs folder by default where it will store the checkpoints file. You can optionally mention your own name for storing the logs using the --logdir option. If everything works out well. It will start the tensorboard server for you.
Tensorboard
After the Tensorboard is started, it will show you the local URL to view the tensorboard. By default it is localhost:6006.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tbev-0.1.2.tar.gz.
File metadata
- Download URL: tbev-0.1.2.tar.gz
- Upload date:
- Size: 52.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c82fa336a9982d9ef82ec2ebad3292ac44601539dbd0eca431600a2065191e4f
|
|
| MD5 |
03a345bf003153474c66ec23395d0c06
|
|
| BLAKE2b-256 |
9105f086c6b44a39b827e675706a67a84b7f73be951ed2ec5e88971f5fe4b623
|
File details
Details for the file tbev-0.1.2-py3-none-any.whl.
File metadata
- Download URL: tbev-0.1.2-py3-none-any.whl
- Upload date:
- Size: 56.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
599977b403d4f221a9595cc07af31c47c44a1c777355c8cd3149dcea147aa7fd
|
|
| MD5 |
2a0c746f0aad909aaa557dce2a1868e4
|
|
| BLAKE2b-256 |
13706323c2a96f64fdc349288b13d2af6ae390e9eddf4585158014af4fa81ab9
|