Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create_standard_array() doesn't match C++ API arg list #16

Open
bakoontz opened this issue Jul 17, 2016 · 1 comment
Open

create_standard_array() doesn't match C++ API arg list #16

bakoontz opened this issue Jul 17, 2016 · 1 comment

Comments

@bakoontz
Copy link

Apparently, even though the C++ API calls for the first arg to be number of layers, the fann2 implementation doesn't use this argument:

http://stackoverflow.com/questions/11331520/fann-error-11-unable-to-allocate-memory

Verified that the call works as expected if one deletes the number of layers from the list argument.

@FutureLinkOpenSource
Copy link
Contributor

When we started maintaining this package, the code was made to work with current python versions and other fixes. We don't use fann2 any more, but if you want to provide a patch for any missing functionality, we'll integrate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants