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: 5 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T00:42:23.000Z (over 1 year ago)
- Last Synced: 2025-02-06T11:56:51.930Z (5 months ago)
- Topics: deep-learning, machine-learning, matplotlib, neural-networks, opinionated, tensorflow
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tf_plot_metrics

# 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
