You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: