Artelnics / opennn

OpenNN - Open Neural Networks Library
http://www.opennn.net
GNU Lesser General Public License v3.0
1.12k stars 354 forks source link

Fix build issues in master #299

Closed leondavi closed 1 month ago

leondavi commented 2 months ago

This PR touches the following files:

opennn/region_proposal_layer.h Fixed undeclared variables that caused build to fail.

opennn/embedding_layer.cpp Fixed build issue that OpenMP collapsed loops not perfectly nested. If statements that were in the outer loop were moved to a separated loop.

The following build error was not resolved, it is part of OpenNN tests: Screenshot 2024-02-29 at 14 36 10

build_out.txt

leondavi commented 1 month ago

Issues are solved in master. Therefore, I close this PR.