Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logger connector improvements tracker #7898

Closed
5 of 8 tasks
carmocca opened this issue Jun 9, 2021 · 0 comments
Closed
5 of 8 tasks

Logger connector improvements tracker #7898

carmocca opened this issue Jun 9, 2021 · 0 comments
Assignees
Labels
feature Is an improvement or enhancement logging Related to the `LoggerConnector` and `log()`
Milestone

Comments

@carmocca
Copy link
Contributor

carmocca commented Jun 9, 2021

🚀 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
@carmocca carmocca added feature Is an improvement or enhancement logging Related to the `LoggerConnector` and `log()` labels Jun 9, 2021
@carmocca carmocca added this to the v1.5 milestone Jun 9, 2021
@carmocca carmocca self-assigned this Jun 9, 2021
@carmocca carmocca mentioned this issue Jun 29, 2021
10 tasks
@carmocca carmocca closed this as completed Sep 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Is an improvement or enhancement logging Related to the `LoggerConnector` and `log()`
Projects
None yet
Development

No branches or pull requests

1 participant