Open temerick opened 8 years ago
for k=150 (as in the paper),
k=150
nn[i, :, 0] = model.query(fp[i, ], k) ValueError: could not broadcast input array from shape (89) into shape (150)
created branch for vector solution. still slow.
fixed in latest push.
for
k=150
(as in the paper),