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.10.tar.gz (70.2 kB view details)

Uploaded Source

Built Distribution

kerashistoryplot-0.0.10-py2.py3-none-any.whl (5.7 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: kerashistoryplot-0.0.10.tar.gz
  • Upload date:
  • Size: 70.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7

File hashes

Hashes for kerashistoryplot-0.0.10.tar.gz
Algorithm Hash digest
SHA256 ff0b340d29289027979c2a4fa179b94f8e985bb0122723e3dc7fc238c3dcb6ad
MD5 548ab109baab8f203e7183a3775bbc07
BLAKE2b-256 62870c34f5fe7af2e6091ec4d10b752ad8c11b2235dac79992eb57146dbce0c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: kerashistoryplot-0.0.10-py2.py3-none-any.whl
  • Upload date:
  • Size: 5.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7

File hashes

Hashes for kerashistoryplot-0.0.10-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4170d0af0268e9065bb1b8849e7239b5046dc87859e39274212b17197bd1733a
MD5 23b7eed2e10b06de52ff883eba189c3e
BLAKE2b-256 cd12a48cd489936bea016fb5523828daf300407d7b6239cafdef3edd4bb24344

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