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

Caffe: NullPointerException org.bytedeco.javacpp.caffe$FloatLayerSharedVector.get #76

Closed
beatlevic opened this issue Aug 4, 2015 · 4 comments

Comments

@beatlevic
Copy link

With the latest 1.0 presets for Caffe, I'm running into a NullPointerException after I fetch the layers of a FloatNet and try to get the layer at index 0. The FloatLayerSharedVector size correctly shows the number of layers I have, i.e. 24.

This did not happen under version 0.11.

Any ideas?

@saudet
Copy link
Member

saudet commented Aug 5, 2015

It's been fixed in recent commits, see bytedeco/javacpp#25.

@beatlevic
Copy link
Author

Thank you, I'll checkout the latest version.

@beatlevic
Copy link
Author

Actually, I'm going to wait for the version to bump, as I'm using the mvnrepository to pull in my dependencies (with Leiningen).

@saudet
Copy link
Member

saudet commented Oct 30, 2015

Fix released in version 1.1. Thank for reporting!

@saudet saudet closed this as completed Oct 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants