1
Fork 0
Commit graph

4 commits

Author SHA1 Message Date
75c6d5bacd
fix: mypy complaints 2026-04-09 00:02:18 +02:00
cd7169a75f
docs(log): extend how to use UnifiedLogger 2026-04-08 20:47:48 +02:00
7e7c5bf27c refactor: set wandb entity and simplify READMEs 2026-04-01 10:26:39 +02:00
3ce107a560 feat(experiment-logger): add standalone logging framework
Create reusable experiment logging package with:
- UnifiedLogger for multi-backend logging (WandB, disk, stdout)
- Automatic checkpoint and model saving with metadata
- WandB artifact upload support
- Graceful degradation when WandB unavailable
- Comprehensive API documentation

This is a standalone, project-agnostic library that can be reused
across different ML projects.
2026-03-31 19:49:04 +00:00