Skip to content

Dynamic visualization training service in Jupyter Notebook for Keras, tf.keras and others.

License

Notifications You must be signed in to change notification settings

Hourout/tensorview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic visualization training service in Jupyter Notebook for Keras, tf.keras and others.

PyPI version Github license PyPI PyPI format downloads

Tensorview is efficient visualization training packages of Keras, enabling the live visualization of loss function and metrics during training process.

Tensorview is process in the Jupyter Notebook, so we recommend Jupyter Notebook as Tensorview's developing environment.

| API Document | 中文介绍 |

Installation

To install this verson from PyPI, type:

pip install tensorview

To get the newest one from this repo (note that we are in the alpha stage, so there may be frequent updates), type:

pip install git+https://github.com/Hourout/tensorview.git

Feature

  • Visualization of general machine learning training

    • Support customizing the name of loss function and metric
    • Support customizing the name of validation set
    • Support displaying the result of training set and test set in the same plot
    • Support setting maximum training number of iterations
    • Support both batch way and epoch way to train
    • Support visual plotting
    • Support visual plotting in both batch way and epoch way periodically
  • keras backend

    • Support customizing the name of loss function and metric in epoch way
    • Support customizing the name of validation set in epoch way
    • Support displaying the result of training set and test set in the same plot in epoch way
    • Support setting maximum training number of iterations in epoch way
    • Support visual plotting in epoch way
    • Support visual plotting in both batch way and epoch way periodically in epoch way
    • Support customizing the name of loss function and metric in batch way
    • Support customizing the name of validation set in batch way
    • Support displaying the result of training set and test set in the same plot in batch way
    • Support setting maximum training number of iterations in batch way
    • Support visual plotting in batch way
    • Support visual plotting in both batch way and epoch way periodically in batch way
  • layer visualize

    • feature layer visualize
    • weights visualize
    • heatmaps visualize
  • model statistics

  • image visualize

Example

more example

using tensorview

import tensorview as tv

Contact

Please contact me if you have any related questions or improvements.

WeChat