Remove import warnings
This merge request solves several issues:
- Unwanted warning messages when importing an onnx file due to Producer automatically created and then replaced for Conv, ConvDepthWise and FC Operators
- Bad imports of Conv, ConvDepthWise and FC Operators when number of inChannels, outChannels and nbChannels is not known
- add Tensor operators +,-,/,*
- add Tensor repr function
- fix Identity_Op dimension propagation and check
- fix Identity_Op Base class declaration in binding
- Remove inChannels, outChannels and nbChannels attributes from Conv_Op, ConvDepthWise_Op and FC_Op since they were only used for Weight/Bias producer creation. Parameter kept in creation function
- Move PaddedAvgPooling, LSTM MetaOp definition to src files
Merge request reports
Activity
Filter activity
changed milestone to %aidge - May 2024
added Enhancement Fix 🔥🔥 StatusReview Ready labels
assigned to @pineapple
mentioned in issue #109 (closed)
added 15 commits
-
de774865...757cab85 - 2 commits from branch
dev
- 757cab85...e89f537c - 3 earlier commits
- cc2f1ab8 - Remove the outChannels attribute from FC_Op as it is only used for Weight and Bias creation
- 988de664 - Pybind updates
- 1ca06bd3 - add pybind changes
- b7d44ec2 - fix identity_op dimension management
- f809c7b0 - Move MetaOp PaddedAvgPooling and LSTM definition to cpp files
- bab66847 - Fixes
- ae127f65 - Fix Reshape_Op constructor binding
- 76615539 - Fix Slice_Op constructor binding
- c56937fd - fix missing access to removed attributes
- 60144c00 - Merge branch 'fix_import_warnings' of...
Toggle commit list-
de774865...757cab85 - 2 commits from branch
enabled an automatic merge when the pipeline for 60144c00 succeeds
mentioned in commit 83bdfa27
mentioned in merge request aidge_backend_cuda!23 (merged)
Please register or sign in to reply