-
Notifications
You must be signed in to change notification settings - Fork 773
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
"Nothing to run" when specifying algorithm parameter #555
Comments
Thanks @Hillier98, I can reproduce this and will look into it. |
I am facing the same issue. |
any updates please |
a gentle reminder to fix |
Sorry, this took me a while. The reason for it not working was more subtle and boiled down to a difference between the folder name and the config name. Since one implementation (e.g., faiss) might support different data structures, these are sometimes only loosely connected.
|
Hi, whenever I try to specify an algorithm parameter I get the following error:
However, if I disable the algorithms I don't want to test in the
config.yml
files and then I just run$ python3 run.py --dataset mnist-784-euclidean
or$ python3 run.py
, that works. So I think there's a bug; I just thought it may be useful to report it.The text was updated successfully, but these errors were encountered: