Skip to main content

Plot Keras model losses and metrics live in Jupyter

Project description

PyPI version Build Status Coverage Status

History plot for Keras model training

history plot with batches

Plots training losses and metrics in Jupyter while training your keras model.

This project started as an attempt to extend livelossplot, but I realized that a rewrite was easier. Key improvements are:

  • keeps full history, including losses for each batch in each epoch
  • plots scatter of batch losses
  • plots arbitrary log entries, such a lr (learning rate)
  • simplifies codebase extendibility

Basic Usage

Install package from source:

pip install git+https://github.com/ig248/kerashistoryplot

Or from PyPi:

pip install kerashistoryplot

Import function:

from livehistoryplot.callbacks import PlotHistory

Use in callbacks:

model.fit(
    X, y,
    epochs=20,
    callbacks=[
        ReduceLROnPlateau(),
        PlotHistory(batches=True, n_cols=3, figsize=(15, 7))
    ]
)

More Examples

See notebooks/

Tests

Run

make dev-install
make test

References

Original livelossplot: https://github.com/stared/livelossplot

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kerashistoryplot-0.0.6.tar.gz (70.0 kB view details)

Uploaded Source

Built Distribution

kerashistoryplot-0.0.6-py2.py3-none-any.whl (5.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file kerashistoryplot-0.0.6.tar.gz.

File metadata

  • Download URL: kerashistoryplot-0.0.6.tar.gz
  • Upload date:
  • Size: 70.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.4

File hashes

Hashes for kerashistoryplot-0.0.6.tar.gz
Algorithm Hash digest
SHA256 62ca3cb405fe57254df6088592c8e8e6707b779d84c1dc5f973988b48f9e7eee
MD5 bde95ec7120aac6cefd84eeff6da5ed4
BLAKE2b-256 48aeef5ae0e32bc44a9191ea8308d913f879b783ca158955cf75d6e12ec569be

See more details on using hashes here.

File details

Details for the file kerashistoryplot-0.0.6-py2.py3-none-any.whl.

File metadata

  • Download URL: kerashistoryplot-0.0.6-py2.py3-none-any.whl
  • Upload date:
  • Size: 5.6 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.4

File hashes

Hashes for kerashistoryplot-0.0.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ed6601866737bb0a0da3b92c527fad9726e48559d7be40d9657c5611d66a1405
MD5 678f85bbb205444275b7212d914fa75a
BLAKE2b-256 800f13800f639e886edcec497fdc2a50e6d99e9b133c43248567c7421fa5ea0d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page