Skip to main content

Visualize Your Deep Learning Training in Static Graphics

Project description

Deep Plots Build Status PyPI PyPI - Python Version

Visualize Your Deep Learning Training in Static Graphics.

Plot Loss

Why? Analyzing learning curves are a standard way to evaluate the learning performances of machine learning models. There exist several tools for creating live plots. This Python package focuses on producing beautiful static graphics only.

Currently, only plotting from Keras CSV log file format is supported.

For creating the graphics, plotnine is used which is build upon Matplotlib.

Installation

pip install deep_plots

Unfortunately, you may need to:

pip install numpy

before because a depedency implicitly assumes numpy is installed.

Usage

# create a Keras callback to log your training
csv_logger = keras.callbacks.CSVLogger('log.csv')

# train your model
model.fit(X, y, ..., callbacks=[csv_logger, ...])

# after finishing training, plot the learning curves with Deep Plots
deep_plots.from_keras_log('log.csv', 'output_dir')

Related

Contributing

If you have a question, found a bug or want to propose a new feature, have a look at the issues page.

Pull requests are especially welcomed when they fix bugs or improve the code quality.

License

MIT.

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

deep_plots-0.1.1.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

deep_plots-0.1.1-py2.py3-none-any.whl (4.3 kB view details)

Uploaded Python 2Python 3

File details

Details for the file deep_plots-0.1.1.tar.gz.

File metadata

  • Download URL: deep_plots-0.1.1.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5

File hashes

Hashes for deep_plots-0.1.1.tar.gz
Algorithm Hash digest
SHA256 307a332fda5e1054ec2856d5f11aa8d7ef24b983f91324f5c09f63695a70f82e
MD5 656bfdc51d53fe360a496ba3ed695bfd
BLAKE2b-256 eb0575edce1250604e44b209c3afbfb5a10b06afe62345d3ce90ee78ace272e1

See more details on using hashes here.

File details

Details for the file deep_plots-0.1.1-py2.py3-none-any.whl.

File metadata

  • Download URL: deep_plots-0.1.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5

File hashes

Hashes for deep_plots-0.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 27f0b05194d24be9de37dfc270d0f3f8eb90f370ee61026dbedbbd54f7cbd44a
MD5 209e1a2dcc98c582ee571fc3a70ddc19
BLAKE2b-256 d64dd49bb4e7e400ae5d881e6b2ea3e6a44e78d1be3d46eebe192d6371e1b1c7

See more details on using hashes here.

Supported by

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