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
Hi,Thank you for your good codes!
When I run Retrieval.py,i have finished a train stage and start to Calculating Results,i meet the question:
File "/root/ccw/Retrieval.py", line 324,in evaluate
copes = np.where(inds == txt2img[index])[0]
ValueError: operands could not be broadcast together with shapes (1014,)(2,)
Would you tell me the reason?
The text was updated successfully, but these errors were encountered:
Hi,Thank you for your good codes!
When I run Retrieval.py,i have finished a train stage and start to Calculating Results,i meet the question:
File "/root/ccw/Retrieval.py", line 324,in evaluate
copes = np.where(inds == txt2img[index])[0]
ValueError: operands could not be broadcast together with shapes (1014,)(2,)
Would you tell me the reason?
The text was updated successfully, but these errors were encountered: