Skip to content
Snippets Groups Projects
Olivier BICHLER's avatar
closed issue #23 "Error with FC with not flattened input" at Eclipse Projects / aidge / aidge_export_cpp
Olivier BICHLER's avatar
commented on issue #23 "Error with FC with not flattened input" at Eclipse Projects / aidge / aidge_export_cpp

Fixed in !51.

Olivier BICHLER's avatar
commented on merge request !51 "Improve export" at Eclipse Projects / aidge / aidge_export_cpp

Found the culprit: a memory manager issue solved in aidge_core!448 (merged).

Olivier BICHLER's avatar
closed issue #34 "Conv2D export bug with in_channels or out_channels > 1" at Eclipse Projects / aidge / aidge_export_cpp
Olivier BICHLER's avatar
closed issue #33 "Export bug conv2D when not naming biases" at Eclipse Projects / aidge / aidge_export_cpp
Olivier BICHLER's avatar
commented on merge request !52 "implement conv1D operator cpp export and unit tests for it" at Eclipse Projects / aidge / aidge_export_cpp

Need to specify the format: the kernel only works for NWC.

Olivier BICHLER's avatar
commented on merge request !52 "implement conv1D operator cpp export and unit tests for it" at Eclipse Projects / aidge / aidge_export_cpp

You can remove the two False arguments for better testing, same in the 2 following tests.

Olivier BICHLER's avatar
commented on issue #33 "Export bug conv2D when not naming biases" at Eclipse Projects / aidge / aidge_export_cpp

Indeed, nodes cannot be exported without a name. How to best name the nodes, even when they are not initially named is still a old, long and hot de...

Olivier BICHLER's avatar
Olivier BICHLER's avatar
commented on issue #34 "Conv2D export bug with in_channels or out_channels > 1" at Eclipse Projects / aidge / aidge_export_cpp

It's a memory manager issue. This will be fixed in aidge_core!448 (merged).

Pierre Gaillard's avatar
commented on issue #33 "Export bug conv2D when not naming biases" at Eclipse Projects / aidge / aidge_export_cpp

@louislerbourg a workaround is possible and you're not blocked by this problem?...

Louis Lerbourg's avatar
commented on issue #33 "Export bug conv2D when not naming biases" at Eclipse Projects / aidge / aidge_export_cpp

Another minimal test based on test_export.py methodology :...

Louis Lerbourg's avatar
commented on issue #34 "Conv2D export bug with in_channels or out_channels > 1" at Eclipse Projects / aidge / aidge_export_cpp

I fixed a bug in weights/biases initialization :...

Louis Lerbourg's avatar
commented on issue #34 "Conv2D export bug with in_channels or out_channels > 1" at Eclipse Projects / aidge / aidge_export_cpp

I Olivier, unless I did not get something, I'm afraid it could come from aidge_export_cpp/kernels/convolution.hpp implementation....

Olivier BICHLER's avatar
commented on merge request !51 "Improve export" at Eclipse Projects / aidge / aidge_export_cpp

Pipeline is broken and I don't know why... I get the correct result on my side. The generated export compiled with ASAN doesn't trigger any address...

Olivier BICHLER's avatar
commented on issue #34 "Conv2D export bug with in_channels or out_channels > 1" at Eclipse Projects / aidge / aidge_export_cpp

This issue is likely due to an ongoing merge. You will probably have to wait until !51 is merged (as core has already been updated).

Louis Lerbourg's avatar
opened issue #34 "Conv2D export bug with in_channels or out_channels > 1" at Eclipse Projects / aidge / aidge_export_cpp
Louis Lerbourg's avatar
opened issue #33 "Export bug conv2D when not naming biases" at Eclipse Projects / aidge / aidge_export_cpp
Olivier BICHLER's avatar
closed issue #32 "dev CI is broken due to MaxPool changes" at Eclipse Projects / aidge / aidge_export_cpp