fix: H5 Optimize reports no improvement despite improving the model#9
Merged
Conversation
* The converted model will now be called original_name_converted_model.tflite, instead of just converted_model.tflite. This should prevent the tool from mistaking the results from one model for the results from another. Resolves: MLIA-1555 Signed-off-by: Mike Kelly <mike.kelly@arm.com> Change-Id: I600d2b5f81bc460b2cf2c2f442f4941ae01c663a Reviewed-on: https://eu-gerrit-2.euhpc.arm.com/c/ml/ecosystem/mlia/+/1149262 Tested-by: expkit <svc_expkit@arm.com> Reviewed-by: Isabella Gottardi <isabella.gottardi@arm.com> IP-review: Isabella Gottardi <isabella.gottardi@arm.com>
IsabellaARM
approved these changes
Nov 19, 2025
IsabellaARM
pushed a commit
that referenced
this pull request
May 19, 2026
* feat: Add Python API for MLIA analysis and discovery - Add run_advisor for programmatic MLIA analysis - Add discovery helpers for targets, target profiles, backends and backend options - Add in-memory standardized output capture with validation modes - Add API logging/output behavior for the core package - Expose dynamic constants for installed targets, target profiles and backends - Add unit and regression tests for the Python API Resolves: MLIA-1626 Signed-off-by: James Edgar <james.edgar@arm.com>
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.
Resolves: MLIA-1555
Change-Id: I600d2b5f81bc460b2cf2c2f442f4941ae01c663a
Reviewed-on: https://eu-gerrit-2.euhpc.arm.com/c/ml/ecosystem/mlia/+/1149262
Tested-by: expkit svc_expkit@arm.com
Reviewed-by: Isabella Gottardi isabella.gottardi@arm.com
IP-review: Isabella Gottardi isabella.gottardi@arm.com