Skip to content

Commit

Permalink
Refactor logging (#93)
Browse files Browse the repository at this point in the history
* Add loss and metrics logging as PL does it

* Add optimizer stats logging

* Remove LighterLogger

* Add config logging to loggers and checkpoints. Remove args_file.

* Fix attempts to log when no logger is present. Update CIFAR10

---------

Co-authored-by: Ibrahim Hadzic <[email protected]>
  • Loading branch information
surajpaib and ibro45 authored Jan 16, 2024
1 parent 8411b19 commit 12c1bb9
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 451 deletions.
1 change: 0 additions & 1 deletion lighter/callbacks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from .freezer import LighterFreezer
from .logger import LighterLogger
from .writer.file import LighterFileWriter
from .writer.table import LighterTableWriter
384 changes: 0 additions & 384 deletions lighter/callbacks/logger.py

This file was deleted.

Loading

0 comments on commit 12c1bb9

Please sign in to comment.