Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the error i encountered #1

Open
hitymsun opened this issue Oct 23, 2013 · 1 comment
Open

the error i encountered #1

hitymsun opened this issue Oct 23, 2013 · 1 comment

Comments

@hitymsun
Copy link

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
Copy link
Owner

turian commented Mar 23, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants