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

Could not run in Google Colab #110

Open
sabotaha opened this issue Dec 12, 2020 · 1 comment
Open

Could not run in Google Colab #110

sabotaha opened this issue Dec 12, 2020 · 1 comment

Comments

@sabotaha
Copy link

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.

@linqiaozhi
Copy link
Member

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.

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