How the model is updated in onnxruntime? #10269
Unanswered
kimjungwow
asked this question in
Other Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I am trying to understand the flow of onnxruntime codes.
Especially, I am curious about how the model is updated in onnxruntime.
onnxruntime/orttraining/orttraining/models/runner/training_runner.cc
Lines 647 to 649 in d43ef67
EDITED : Since
weight_update_step_count_
is increased in the line 648 oforttraining/orttraining/models/runner/training_runner.cc
, it seems that the model is updated inInferenceSession::Run()
which is called inTrainingRunner::RunUpdate()
.onnxruntime/onnxruntime/core/session/inference_session.cc
Lines 1782 to 1785 in d43ef67
However, I cannot find the exact region of codes for updating the model. Can I ask How the model is updated in onnxruntime please? Thank you for reading my question.
Beta Was this translation helpful? Give feedback.
All reactions