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
File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/ops/script_ops.py", line 206, in call
ret = func(*args)
File "/home/user10/notebook/TensorFlow-R-FCN-for-primary-students/tools/../lib/layer_utils/proposal_layer.py", line 39, in proposal_layer
proposals = proposals[order, :]
IndexError: index 19744 is out of bounds for axis 0 with size 17100
I use vgg16,do you know how to solve it?
and I use res101,it will occur “tensorflow.python.framework.errors_impl.InternalError: CUB segmented reduce errorinvalid configuration argument”
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/ops/script_ops.py", line 206, in call
ret = func(*args)
File "/home/user10/notebook/TensorFlow-R-FCN-for-primary-students/tools/../lib/layer_utils/proposal_layer.py", line 39, in proposal_layer
proposals = proposals[order, :]
IndexError: index 19744 is out of bounds for axis 0 with size 17100
I use vgg16,do you know how to solve it?
and I use res101,it will occur “tensorflow.python.framework.errors_impl.InternalError: CUB segmented reduce errorinvalid configuration argument”
The text was updated successfully, but these errors were encountered: