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

[Draft] Implement Checkpoint APIs #13561

Closed
wants to merge 17 commits into from

Commits on Jul 30, 2024

  1. [onert] Introduce checkpoint APIs

    ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
    jyoungyun committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    91bd3e6 View commit details
    Browse the repository at this point in the history
  2. [onert] Introduce CheckpointerExporter class

    ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
    jyoungyun committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    d79e86d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. [onert] Save Reserved and Tensor data to the checkpoint file

    ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
    jyoungyun committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    63b876f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. [tools/onert_train] Introduce checkpoint arguments

    ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
    jyoungyun committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    aaa124e View commit details
    Browse the repository at this point in the history
  2. [onert] Check tensor size in CheckpointExporter

    ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
    jyoungyun committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b8dab00 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. [onert] Export Adam Optimizer buffer

    ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
    jyoungyun committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f270305 View commit details
    Browse the repository at this point in the history
  2. [onert] Add ifdef to CheckpointExporter.h file

    ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
    jyoungyun committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6da5ae3 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. [onert] Set const reference variable

    ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
    jyoungyun committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    51231c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. [onert] Store other parameter offset in CheckpointExporter

    ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
    jyoungyun committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3bc30f5 View commit details
    Browse the repository at this point in the history
  2. [onert] Introduce CheckpointLoader

    ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
    jyoungyun committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    22230e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. [tools/onert_train] Support checkpoint loader

    ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
    jyoungyun committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6f1d0e8 View commit details
    Browse the repository at this point in the history
  2. [onert] Load optimizer data from checkpoint

    ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
    jyoungyun committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ceec3c8 View commit details
    Browse the repository at this point in the history
  3. [onert] Remove unused header file

    ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
    jyoungyun committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7a64ada View commit details
    Browse the repository at this point in the history
  4. [onert] Revisit CheckpointExporter class

    ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
    jyoungyun committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0ffee05 View commit details
    Browse the repository at this point in the history
  5. [onert] Support fine-tuning case in CheckpointLoader

    ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
    jyoungyun committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a24f3c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. [onert] Revisit CheckpointExporter

    ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
    jyoungyun committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2836a49 View commit details
    Browse the repository at this point in the history
  2. [onert] Update checkpoint exporter and loader

    ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
    jyoungyun committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    57ee9b8 View commit details
    Browse the repository at this point in the history