-
Notifications
You must be signed in to change notification settings - Fork 683
NXP backend: Disable training mode and replace deprecated call #13756
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
NXP backend: Disable training mode and replace deprecated call #13756
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13756
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 1 New FailureAs of commit d901c99 with merge base afb09d0 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label "module: nxp" "release notes: nxp" |
868d817
to
ccb02c6
Compare
ccb02c6
to
e564c4b
Compare
e564c4b
to
e905dcd
Compare
e905dcd
to
d901c99
Compare
@MartinPavella please check if this CI failure is related to your change |
It is, Martin already works on the follow up fix. |
Summary
This PR ensures that input models are always in evaluation mode. Additionally, a deprecated export call was replaced by an up-to-date one.
Test plan
Correct function is tested by most of the existing tests.
cc @robert-kalmar @roman-janik-nxp @StrycekSimon @jirioc