Skip to content

Fixing the CI for aidge_quantization

Noam Zerah requested to merge noamzerah/aidge_quantization:fix_ci into dev

This merge request aims to fix an error in the functional testsuite of aidge_quantization [#85 (moved)\]


Specifically, the recent addition of a second output to the MaxPooling2D node has caused the convnet model to produce random outputs.
To address this, I modified the propagate function in the test script to exclude any outputs that may originate from a MaxPooling2D node.

Merge request reports

Loading