-
Notifications
You must be signed in to change notification settings - Fork 49
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
No conversion possible and could not execute command error on default datasets for LSH #12
Comments
Can you check that the datasets folder isn't empty? If that's the case there are three options:
|
Oh,yes, it was empty. I didn't even realized it. I downloaded the datasets and ran the benchmark again and now I do not have the |
Ah, I guess since mlpack changed the names from
|
After running
Now, I've ran the mlpack_lsh manually with the same parameters as the benchmark script:
So, if I create a query_file where I specify at least one query point and then it executes without trouble
So the question is, does the benchmark script provides a query point file for the mlpack_lsh? It seems, it doesn't, can this be the issue? |
Sorry for the slow response. You are right in the latest version you have to specify a query set. Which shouldn't be the case:
I'll will fix that in mlpack in the next days. What you could do in the meantime is to modify the mlpack instead of using:
we could write:
|
Fixed upstream in mlpack/mlpack@5bc514c#diff-1d8fe56c303ed01b74921339d84b2d3c |
Hello,
I encountered an issue to which I do not know the solution, thus I hope someone will be able to help me here.
I am trying to run default benchmark on LSH method of mlpack library and I get
No conversion possible
error followed byCould not execute command
. I tried running default benchmarks also on other methods and I get similar result.Am I missing something?
Full output of running default benchmark on LSH method of mlpack library:
The text was updated successfully, but these errors were encountered: