update utils.py

Former-commit-id: 837591d04e95503c6e66f3960866949f628224e4
This commit is contained in:
zhenwu 2019-10-23 16:43:08 +08:00
parent 883566c3f5
commit f410219fc2

View File

@ -475,7 +475,7 @@ if __name__ == "__main__":
table = "test"
file_name = '/poc/yuncong/ann_1000m/query.npy'
file_name = 'query.npy'
data = np.load(file_name)
vectors = data[0:nq].tolist()
# print(vectors)