Sunday eddb879680 Add automatical time logging.
Add: the server will be able to add a `_time` field to log row, by specify `log_server_time: bool = True` in LoggerConfig. To use exact client time instead of server time, make your time field when submit a log row.
2025-09-28 11:33:33 +08:00
2025-09-27 11:41:20 +08:00
2025-09-28 11:33:33 +08:00
2025-09-27 11:41:20 +08:00

DataLogger

A single file python module that support logging for numpy array and torch tensors. Very easy to use.

Description
A single file python module that support logging for numpy array and torch tensors. Very easy to use.
Readme 50 KiB
Languages
Python 100%