We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
Do you have that executable in that location? Did you make sure it is chmod'ed to be executable?
Sorry, something went wrong.
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: