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

Error in region_proposal_layer.h - outputs_data not declared #305

Open MatthewMartinBBC opened 1 month ago

MatthewMartinBBC commented 1 month ago

region_proposal_layer.h refers to outputs_data and outputs_dimensions (lines 104 and 105) which were removed from layer.h when DynamicTensor was added

Haasrobertgmxnet commented 3 weeks ago

I have this problem too. Is there a workaround, e.g. to use an older version? I use MS Visual Studio 2022.

shleym2000 commented 3 weeks ago

The entire region_proposal_layer.h file is gone in the dev branch.