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
Good afternoon, I have been trying to use the platform because of its multiple options but in some things I get errors in executions for which I cannot find explanations. You probably have something configured wrong or you are running parameters that don't make sense, but I found this site that usually answers questions. I appreciate any response in advance. When executing some algorithms I get an error: "Nothing to run", specifically it happened when executing python3 run.py --algorithm balltree. On the other hand, when plotting some combinations I also get the same error, for example, having executed python3 run.py --dataset fashion-mnist-784-euclidean --algorithm annoy I try to see the corresponding plots with python3 plot.py - -fashion-mnist-784-euclidean. I have verified that the original data is in data folder and that the results are in results folder. As I said before, it is probably due to a silly mistake due to lack of knowledge of the platform.
Thank you so much.
The text was updated successfully, but these errors were encountered:
Hi @alexlopexrodri8, have you ever solved this? I have the same problem. I'm running python3 run.py --algorithm faiss and it says "Nothing to run". However, if I run python3 run.py without specifying any parameter, it runs on faiss correctly, but only on the glove-100-angular dataset. Thanks.
Good afternoon, I have been trying to use the platform because of its multiple options but in some things I get errors in executions for which I cannot find explanations. You probably have something configured wrong or you are running parameters that don't make sense, but I found this site that usually answers questions. I appreciate any response in advance. When executing some algorithms I get an error: "Nothing to run", specifically it happened when executing python3 run.py --algorithm balltree. On the other hand, when plotting some combinations I also get the same error, for example, having executed python3 run.py --dataset fashion-mnist-784-euclidean --algorithm annoy I try to see the corresponding plots with python3 plot.py - -fashion-mnist-784-euclidean. I have verified that the original data is in data folder and that the results are in results folder. As I said before, it is probably due to a silly mistake due to lack of knowledge of the platform.
Thank you so much.
The text was updated successfully, but these errors were encountered: