Skip to content

Cache the checkpoint saving plan #58

@Leahlijuan

Description

@Leahlijuan

Currently we need to generate plan to save the checkpoint every time, while since the model structure is keeping the same throughout the training, the plan stays the same. As the generate_plan step is blocking time which would slow down the training, if we can cache the plan, we can save a significant amount of time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions