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
I wanted to try batch_size 1 rather than 64 because I have only one image at a time and with 64 it takes much longer. However, when I change batch size to 1 both in the deploy.py and deploy.prototxt, I see the following error:
inputdata[count] = subimage IndexError: index 1 is out of bounds for axis 0 with size 1
The text was updated successfully, but these errors were encountered:
I wanted to try batch_size 1 rather than 64 because I have only one image at a time and with 64 it takes much longer. However, when I change batch size to 1 both in the deploy.py and deploy.prototxt, I see the following error:
inputdata[count] = subimage IndexError: index 1 is out of bounds for axis 0 with size 1
The text was updated successfully, but these errors were encountered: