Skip to content
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

Error when asking about CSV table #12

Closed
g1644222 opened this issue Feb 7, 2020 · 1 comment
Closed

Error when asking about CSV table #12

g1644222 opened this issue Feb 7, 2020 · 1 comment

Comments

@g1644222
Copy link

g1644222 commented Feb 7, 2020

I got an error while running the program.
What could be the cause?

algorithm datasets Accuracy
gloom chaos 5
gloom violin 6
gloom tooth 5
brave chaos 4
brave violin 8
brave tooth 9

input:
curl -F "csv=@test231.csv" -F "q=Is the accuracy of the algorithm gloom in the dataset chaos smaller than the accuracy of the algorithm brave in the dataset tooth?" localhost:5050
error:
{"error":"invalid argument 0: Sizes of tensors must match except in dimension 2. Got 3 and 4 in dimension 1 at /Users/soumith/code/builder/wheel/pytorch-src/aten/src/TH/generic/THTensorMath.cpp:3616"}

@paulfitz
Copy link
Owner

paulfitz commented Feb 7, 2020

Interesting! Looks like the question/table tickles a bug. I wouldn't expect sqlova to be able to answer this particular kind of question in any case, so you might just want to treat the answer as "don't know". Could be worth reporting upstream to https://github.com/naver/sqlova if it replicates there.

@g1644222 g1644222 closed this as completed Feb 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants