Skip to content

Logger connector improvements tracker #7898

@carmocca

Description

@carmocca

🚀 Feature

Fault Tolerant Logging

  • Serialization: bab742e 37e7589
  • Add load_from_state_dict to ResultCollection
  • Design loop state save/load hierarchy. WIP in 189f0ad. Intended structure:
trainer
    loops:
        fit_loop:
            epoch_loop:
                batch_loop:
                validation_loop:
                    ...
        validate_loop:
            ...
        test_loop:
            ...
------
and each loop has:
a_loop:
    progress
    results
  • Include the loops state in the checkpoint

Metadata

Metadata

Assignees

Labels

featureIs an improvement or enhancementloggingRelated to the `LoggerConnector` and `log()`

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions