Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Add checkpoint manager abstraction #867

Closed
wants to merge 1 commit into from

Conversation

neo315
Copy link

@neo315 neo315 commented Aug 2, 2019

Summary:

  • create a class CheckpointUtil to manage checkpoint IO and related logics (retention, number to save in future)
  • Use new CheckpointUtil class to save checkpoint in trainer

Differential Revision: D16615897

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Aug 2, 2019
@neo315 neo315 force-pushed the export-D16615897 branch from b90bd89 to ff04890 Compare August 2, 2019 18:48
neo315 pushed a commit to neo315/pytext that referenced this pull request Aug 2, 2019
Summary:
Pull Request resolved: facebookresearch#867

- create a class CheckpointUtil to manage checkpoint IO and related logics (retention, number to save in future)
- Use new CheckpointUtil class to save checkpoint in trainer

Differential Revision: D16615897

fbshipit-source-id: 8d897fa802c3d03fde6cd75da8f98554355ebd19
@neo315 neo315 force-pushed the export-D16615897 branch from ff04890 to a498a03 Compare August 3, 2019 00:20
neo315 pushed a commit to neo315/pytext that referenced this pull request Aug 3, 2019
Summary:
Pull Request resolved: facebookresearch#867

- create a class CheckpointUtil to manage checkpoint IO and related logics (retention, number to save in future)
- Use new CheckpointUtil class to save checkpoint in trainer

Differential Revision: D16615897

fbshipit-source-id: d5c1e860badac888ba78cd0f47ac3976c46fd323
@neo315 neo315 force-pushed the export-D16615897 branch from a498a03 to 9dfdf63 Compare August 5, 2019 19:03
neo315 pushed a commit to neo315/pytext that referenced this pull request Aug 5, 2019
Summary:
Pull Request resolved: facebookresearch#867

- create a class CheckpointUtil to manage checkpoint IO and related logics (retention, number to save in future)
- Use new CheckpointUtil class to save checkpoint in trainer

Differential Revision: D16615897

fbshipit-source-id: 5a38e3cc5c3b10fae7ea8e080deec85b1eaf0810
@neo315 neo315 force-pushed the export-D16615897 branch from 9dfdf63 to 8f5b82e Compare August 5, 2019 21:04
neo315 pushed a commit to neo315/pytext that referenced this pull request Aug 5, 2019
Summary:
Pull Request resolved: facebookresearch#867

- create a class CheckpointUtil to manage checkpoint IO and related logics (retention, number to save in future)
- Use new CheckpointUtil class to save checkpoint in trainer

Differential Revision: D16615897

fbshipit-source-id: c74603123dc03070e58a647a6d56d84fc8e6981f
@neo315 neo315 force-pushed the export-D16615897 branch from 8f5b82e to b8e88ef Compare August 5, 2019 23:45
neo315 pushed a commit to neo315/pytext that referenced this pull request Aug 5, 2019
Summary:
Pull Request resolved: facebookresearch#867

- create a class CheckpointUtil to manage checkpoint IO and related logics (retention, number to save in future)
- Use new CheckpointUtil class to save checkpoint in trainer

Differential Revision: D16615897

fbshipit-source-id: 0696c4292e6484b570de0cc7092da6f5f2aaac3f
@neo315 neo315 force-pushed the export-D16615897 branch from b8e88ef to 5d28224 Compare August 6, 2019 18:03
neo315 pushed a commit to neo315/pytext that referenced this pull request Aug 6, 2019
Summary:
Pull Request resolved: facebookresearch#867

- create a class CheckpointUtil to manage checkpoint IO and related logics (retention, number to save in future)
- Use new CheckpointUtil class to save checkpoint in trainer

Differential Revision: D16615897

fbshipit-source-id: 8f5f315f443276338d9bb4da8a1a8cf2c55ea142
@neo315 neo315 force-pushed the export-D16615897 branch from 5d28224 to 14e86f5 Compare August 6, 2019 18:11
neo315 pushed a commit to neo315/pytext that referenced this pull request Aug 6, 2019
Summary:
Pull Request resolved: facebookresearch#867

- create a class CheckpointUtil to manage checkpoint IO and related logics (retention, number to save in future)
- Use new CheckpointUtil class to save checkpoint in trainer

Reviewed By: bethebunny

Differential Revision: D16615897

fbshipit-source-id: fbeed54cf860081df254b4c0834d1cbae9134a14
@neo315 neo315 force-pushed the export-D16615897 branch from 14e86f5 to 93f8eb3 Compare August 6, 2019 18:18
neo315 pushed a commit to neo315/pytext that referenced this pull request Aug 6, 2019
Summary:
Pull Request resolved: facebookresearch#867

- create a class CheckpointUtil to manage checkpoint IO and related logics (retention, number to save in future)
- Use new CheckpointUtil class to save checkpoint in trainer

Reviewed By: bethebunny

Differential Revision: D16615897

fbshipit-source-id: 61e69b90636b818a8d89fe8f5223a5f8cdc25fc2
@neo315 neo315 force-pushed the export-D16615897 branch from 93f8eb3 to dc00328 Compare August 6, 2019 18:36
neo315 pushed a commit to neo315/pytext that referenced this pull request Aug 6, 2019
Summary:
Pull Request resolved: facebookresearch#867

- create a class CheckpointUtil to manage checkpoint IO and related logics (retention, number to save in future)
- Use new CheckpointUtil class to save checkpoint in trainer

Reviewed By: bethebunny

Differential Revision: D16615897

fbshipit-source-id: 7586f0abaedeecd65b973b81c2930519d454b19c
@neo315 neo315 force-pushed the export-D16615897 branch from dc00328 to b440cd9 Compare August 6, 2019 19:26
neo315 pushed a commit to neo315/pytext that referenced this pull request Aug 6, 2019
Summary:
Pull Request resolved: facebookresearch#867

- create a class CheckpointUtil to manage checkpoint IO and related logics (retention, number to save in future)
- Use new CheckpointUtil class to save checkpoint in trainer

Reviewed By: bethebunny

Differential Revision: D16615897

fbshipit-source-id: d4b4198223fd7ddfa332f9e34a3d0ab5a1c81917
@neo315 neo315 force-pushed the export-D16615897 branch from b440cd9 to 5d716e9 Compare August 6, 2019 19:52
neo315 pushed a commit to neo315/pytext that referenced this pull request Aug 6, 2019
Summary:
Pull Request resolved: facebookresearch#867

- create a class CheckpointUtil to manage checkpoint IO and related logics (retention, number to save in future)
- Use new CheckpointUtil class to save checkpoint in trainer

Reviewed By: bethebunny

Differential Revision: D16615897

fbshipit-source-id: c6608f68b2798f4d023386645e400fb05ddb8311
Summary:
Pull Request resolved: facebookresearch#867

- create a class CheckpointUtil to manage checkpoint IO and related logics (retention, number to save in future)
- Use new CheckpointUtil class to save checkpoint in trainer

Reviewed By: bethebunny

Differential Revision: D16615897

fbshipit-source-id: 3e0ed256e0e8d45db42c8aa07477f354717e5b59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed Do not delete this pull request or issue due to inactivity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants