erikbern / ann-benchmarks

Benchmarks of approximate nearest neighbor libraries in Python
http://ann-benchmarks.com
MIT License
4.88k stars 735 forks source link

Not able to run some algorithms or plots #529

Open alexlopexrodri8 opened 4 months ago

alexlopexrodri8 commented 4 months ago

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.