未验证 提交 863b35ba 编写于 作者: W wopeizl 提交者: GitHub

fix issue on python3 test=develop (#3535)

上级 0be3697c
......@@ -125,7 +125,7 @@ def recall_topk_parallel(fea, lab, k):
N = 100
L = fea.shape[0] / N
params = []
for i in xrange(N):
for i in range(N):
if i == N - 1:
s, e = int(i * L), int(fea.shape[0])
else:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册