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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: