Skip to main content

Simple logger class for usage in data streams related to deep learning, reinforcement learning, and high performance computing

Project description

metrics-logger

Downloads License: GPL v3 Python Versions Documentation Status Code style: black PyPI - Version

A small python logging configuration used in deep learning and reinforcement learning, or other mission critical setups.

I tend to use it for APIs, too. It is up to you, however, I found it easiser to manage one configuration that works decoupled from all applications that use it.

Minimal Example

It is really simple to use

from sailing_log import MetricsLogger

log_dir = "path_to_dir"
logger = MetricsLogger(log_dir)

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

sailing_log-0.4.4.tar.gz (14.7 kB view hashes)

Uploaded Source

Built Distribution

sailing_log-0.4.4-py3-none-any.whl (15.0 kB view hashes)

Uploaded Python 3

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