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 details)
File details
Details for the file sailing_log-0.4.5.tar.gz
.
File metadata
- Download URL: sailing_log-0.4.5.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 320366749ff517de91f4fdcda036eb048fb2c405c8b96bc909fe708ab6a841dc |
|
MD5 | 2d465ae36f1fecd836d2492769e230e7 |
|
BLAKE2b-256 | 354160e41f957ee66b845a52401659a442840f50790168e58aed6f473774e803 |