Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/raj-pulapakura/tf_plot_metrics
- Owner: raj-pulapakura
- Created: 2023-12-11T03:20:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T00:42:23.000Z (about 1 year ago)
- Last Synced: 2024-12-15T14:47:55.881Z (about 1 month ago)
- Topics: deep-learning, machine-learning, matplotlib, neural-networks, opinionated, tensorflow
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_metricsmodel = 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)