You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
because I managed to change it.
Can you please not make it hardcoded?
The text was updated successfully, but these errors were encountered: