Fix the aidge_cmp feature
Context
#39 (closed) : The aidge_cmp
feature does not work anymore.
TODO
This MR aims to Adapt the aidge_cmp feature to the recent changes (AdaptToBackend) :
-
Generate a json holding information about the intermediate tensors instead of using the log_output
function; -
Export the intermediate tensors to be used a references using the generated json; -
Update the aidge_cmp
andsave_outputs
export funtions so that they can handle different data formats; -
Handle fp32 dtype with aidge_cmp
feature.
Edited by Axel Farrugia
Merge request reports
Activity
Filter activity
changed milestone to %aidge v0.7.0
added Bug 🐛 Enhancement ⭐ StatusWork in Progress TopicExport User Request 🖐 labels
assigned to @axelfarr
added StatusReview Ready label and removed StatusWork in Progress label
requested review from @cmoineau
added 6 commits
- ad1bf296 - [Chore] Remove generated JSON file after export step
- c788987e - [Refactor] Change the parameters template to improve readability
- 8c09e56a - [Fix] Too much commas
- b478eed8 - Upd New aidge_cmp system
- 1ccec6ee - [Feat] Add float support for aidge_cmp feature
- ca60c681 - Fix Core dumped when dtype = fp32
Toggle commit listadded 1 commit
- 34c467c3 - [Fix] Add all dataformats for tensors generation
Please register or sign in to reply