ml4me / largevis

implentation of largevis
Apache License 2.0
4 stars 4 forks source link

make_graph errors when k is large. #1

Open temerick opened 8 years ago

temerick commented 8 years ago

for k=150 (as in the paper),

nn[i, :, 0] = model.query(fp[i, ], k)
ValueError: could not broadcast input array from shape (89) into shape (150)
taylor-brown commented 8 years ago

created branch for vector solution. still slow.

taylor-brown commented 7 years ago

fixed in latest push.