Simple logger class for usage in data streams related to deep learning, reinforcement learning, and high performance computing
Project description
metrics-logger
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
Release history Release notifications | RSS feed
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.5.tar.gz
(14.8 kB
view hashes)