FIt-SNE icon indicating copy to clipboard operation
FIt-SNE copied to clipboard

Could not run in Google Colab

Open sabotaha opened this issue 3 years ago • 1 comments

Hello,

I am trying to run fast_tsne.py in Google Colab due to inadequity of my system. When I tried to run the code I am getting the error below:

FileNotFoundError: [Errno 2] No such file or directory: '/content/bin/fast_tsne': '/content/bin/fast_tsne'

I tried to change the directory and fix the code but I could not fixed it. I would be very glad if you could help me about the issue.

Kind regards.

sabotaha avatar Dec 12 '20 22:12 sabotaha

Hi @sabotaha, this response may be too late. But if it is not, I was going to ask you to post your full code. The problem might be that your source() line is wrong. Here is an example:

source('<path to fast_tsne.R'>, chdir=T)

and the binary fast_tsne should be in <path to fast_tsne.R>/bin.

linqiaozhi avatar Jan 13 '21 14:01 linqiaozhi