Closed younghj closed 8 years ago
Hi @younghj ! Could you please povide me a little more information? What data file are you referencing and how are your constructing the 'feat' variable?
Feel free to attach a notebook file!
I am marking this as invalid until you supply more info. Thanks!
From a closer inspection it appears you might be passing a dictionary and not a list as the data_to_return variable.
When I run the script with facebookresearch's fasttext, it cannot acommodate it. But the sample script seems to work well. On this line of the example script:
cp = snn.ClusterIndex(feat, data_to_return)