Skip to content

the error i encountered #1

@hitymsun

Description

@hitymsun

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions