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.4.tar.gz
(14.7 kB
view hashes)
Built Distribution
Close
Hashes for sailing_log-0.4.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bec72897d042bc6522cb6b3d33923764655cebb47b52e85ff511ec5113bf7965 |
|
MD5 | 7c62f924d331b3bf13493b47bb02b05b |
|
BLAKE2b-256 | c4f3ec703a61f11c97d3a222f5abf73658d3dd85c88fe256009684e3bb7d6e46 |