NXP backend: handle tests of mlperf tiny visual wake words - #22844
Open
novak-vaclav wants to merge 1 commit into
Open
novak-vaclav wants to merge 1 commit into
novak-vaclav wants to merge 1 commit into
Conversation
|
novak-vaclav
force-pushed
the
feature/EIEX-1031-refactor-mlperf-tiny-vww
branch
from
September 16, 2026 09:31
b5c4aef to
8fc8755
Compare
novak-vaclav
force-pushed
the
feature/EIEX-1031-refactor-mlperf-tiny-vww
branch
from
September 16, 2026 09:32
8fc8755 to
ef87925
Compare
Collaborator
Author
|
Fixed invalid bound. |
roman-janik-nxp
left a comment
Collaborator
There was a problem hiding this comment.
No adding the model to aot_neutron_compile.py and tests for it?
| [input_spec], | ||
| model_verifier, | ||
| request, | ||
| train_fn=visual_wake_words.train_model_fn, |
Collaborator
There was a problem hiding this comment.
Nit: I would keep the same order of parameters in all tests (and previous one).
Collaborator
Author
There was a problem hiding this comment.
I checked params in lower_run_compare and lower_run_compare_ptq_qat in all executorch MLPerf Tiny tests to make them correspond to the order in your Anomaly Detection PR. The only issue was in image classification.
novak-vaclav
force-pushed
the
feature/EIEX-1031-refactor-mlperf-tiny-vww
branch
from
September 16, 2026 15:39
ef87925 to
4b4dac8
Compare
Collaborator
Author
|
You are right @roman-janik-nxp, I totally forgot about the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Enable and refactor MLPerf Tiny Visual Wake Words tests.
Test plan
tests can be manually run using
pytest -c /dev/null backends/nxp/tests/cc @robert-kalmar @JakeStevens @digantdesai @rascani @roman-janik-nxp