So I am trying to run the demo but there is an error report, can you give me some hints about it? Thanks.
Traceback (most recent call last):
File "sif_embedding.py", line 13, in <module>
(words, We) = data_io.getWordmap(wordfile)
File "../src/data_io.py", line 18, in getWordmap
v.append(float(i[j]))
ValueError: could not convert string to float: '.'
So I am trying to run the demo but there is an error report, can you give me some hints about it? Thanks.