Chinese

logo

python license pypi build

TS-VIS(Tianshu Visualization) is a visualization tool kit of Tianshu AI Platform. , which support visualization of the most popular deep learning frameworks, such as TensorFlow, PyTorch, OneFlow, etc.

Document (Chinese): https://feyily.github.io/tsvis-document/

HighLights

Features

Install

We provide two installation methods: install by pip and install from source. No matter which method you pick, you need to make sure that your Python version is 3.6 or higher, otherwise please upgrade Python first.

Install by pip

pip install tsvis

Install from source

TS-VIS adopts the architecture of separation of frontend and backend, so you need to build the frontend and backend separately

Run

After installation, you can run the following command. If the version information is output in the console, it means that you have installed TS-VIS correctly.

tsvis -v

Then you can run the visualization with the following command

tsvis --logdir path/to/logdir/

By default, the visualization service will start at http://127.0.0.1:9898, open the browser to access the visualization content.