Skip to content

Opinionated performance plotting for TensorFlow models.

Notifications You must be signed in to change notification settings

raj-pulapakura/tf_plot_metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tf_plot_metrics

Frame 1 (2)

Get it

Use Pip to install the package.

pip install tf_plot_metrics

Usage

import tensorflow as tf
from tf_plot_metrics import tf_plot_metrics

model = tf.keras.Sequential([...])
model.compile(...)
model.fit(...)

# use tf_plot_metrics()
tf_plot_metrics(model)

Example output

plot

Releases

No releases published

Packages

No packages published

Languages