turian / textSNE

2-d visualization of high-dimensional input: Python code for rendering t-SNE code with text labels for each point
http://ticc.uvt.nl/~lvdrmaaten/Laurens_van_der_Maaten/t-SNE.html
108 stars 38 forks source link

the error i encountered #1

Open hitymsun opened 10 years ago

hitymsun commented 10 years ago

when i ran this toolkit on the linux platform, i encountered the following error.

Platform detected : linux2 Calling executable "/home/ymsun/textSNE-master/tSNE_linux" sh: 1: /home/ymsun/textSNE-master/tSNE_linux: Permission denied Reading result.dat Traceback (most recent call last): File "test.py", line 12, in out = tsne(x, no_dims=2, perplexity=30, initial_dims=30) File "/home/ymsun/textSNE-master/calc_tsne.py", line 21, in tsne Xmat,LM,costs=readResult() File "/home/ymsun/textSNE-master/calc_tsne.py", line 85, in readResult f=open('result.dat','rb') IOError: [Errno 2] No such file or directory: 'result.dat'

turian commented 8 years ago

Do you have that executable in that location? Did you make sure it is chmod'ed to be executable?