-
Notifications
You must be signed in to change notification settings - Fork 429
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Model Data Init and Training Progress to MosaicMLLogger (#2633)
* created run events callback * added callback desc * moved mosaiclogger testing out * updated metric type to be compatible with other loggers * moved timestamp to mosaic logger * logging info to get [epoch x/xx][batch y/yy] or [token x/xx] for users * logging info to get [epoch x/xx][batch y/yy] or [token x/xx] for users * formatting * updated to calculate progress instead of returning metrics to mapi * moved state init in mosaicmllogger * caclulation updates for epoch and batches * added none assertion for max duration * cached the dataloader len at batch start and edited test names * formatting * added short ciruit for enabe * added enabled to test * Update composer/loggers/mosaicml_logger.py Co-authored-by: Mihir Patel <[email protected]> * Update composer/loggers/mosaicml_logger.py Co-authored-by: Mihir Patel <[email protected]> * added training log to fit end * moved improt * fixed imports again * moved import back out --------- Co-authored-by: Daniel King <[email protected]> Co-authored-by: Mihir Patel <[email protected]>
- Loading branch information
1 parent
39db848
commit b361833
Showing
2 changed files
with
141 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters