You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to build the library with Qt Creator 11.0.3, Clang 17 and Qt 5.15.12 on FreeBSD 13.3 I get the following error:
../../opennn/perceptron_layer.cpp:786:8: error: use of undeclared identifier 'inputs_dimensions'; did you mean 'get_dimensions'?
786 | if(inputs_dimensions(1) != get_inputs_number())
The text was updated successfully, but these errors were encountered:
Trying to build the library with Qt Creator 11.0.3, Clang 17 and Qt 5.15.12 on FreeBSD 13.3 I get the following error:
The text was updated successfully, but these errors were encountered: