Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raj-pulapakura/tf_plot_metrics

Opinionated performance plotting for TensorFlow models.
https://github.com/raj-pulapakura/tf_plot_metrics

deep-learning machine-learning matplotlib neural-networks opinionated tensorflow

Last synced: 18 days ago
JSON representation

Opinionated performance plotting for TensorFlow models.

Awesome Lists containing this project

README

        

# tf_plot_metrics

![Frame 1 (2)](https://github.com/raj-pulapakura/tf_plot_metrics/assets/87762282/fd429e09-84f4-463f-96f3-07831acaad97)

# Get it

Use Pip to install the package.

```bash
pip install tf_plot_metrics
```

# Usage

```py
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](https://github.com/raj-pulapakura/tf_plot_metrics/assets/87762282/ac9a9ef4-d6cd-4191-aee4-b4e8cd5071de)