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

TOP_K_OUTPUT value is not applied in explanation.db #17

Open
fburdet opened this issue Aug 15, 2022 · 0 comments
Open

TOP_K_OUTPUT value is not applied in explanation.db #17

fburdet opened this issue Aug 15, 2022 · 0 comments
Assignees

Comments

@fburdet
Copy link

fburdet commented Aug 15, 2022

Hello,

Even if I change the value of TOP_K_OUTPUT, there are only 10 lines per task in the sqlite db. Hence only 10 lines displayed in Explorer, which is annoying as we would like to see more predictions.

It seems to be hardcoded in this bit:

MinHeap tails(10);
...						
for (int i = 9; i >= 0; i--) {
...

because I managed to change it.

Can you please not make it hardcoded?

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