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

[onert/python] Introduce train Session #14619

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

ragmani
Copy link
Contributor

@ragmani ragmani commented Feb 7, 2025

This commit introduces train Session.

  • compile : compiling a model with hyper-parameters
  • train : training with dataset as many as epoch
  • train_step : training a step with one batch sample

ONE-DCO-1.0-Signed-off-by: ragmani [email protected]

This commit introduces train Session.
  - compile : compiling a model with hyper-parameters
  - train : training with dataset as many as epoch
  - train_step : training a step with one batch sample

ONE-DCO-1.0-Signed-off-by: ragmani <[email protected]>
@ragmani ragmani requested a review from a team February 7, 2025 05:38
@ragmani
Copy link
Contributor Author

ragmani commented Feb 7, 2025

For #14505
Draft : #14492

Copy link
Contributor

@seockho-kim seockho-kim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@hseok-oh hseok-oh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hseok-oh hseok-oh merged commit e5c768e into Samsung:master Feb 7, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants