Closed guotong1988 closed 4 years ago
@guotong1988
First, how to solve the problem that K of topK is different for every input text?
Second, training a classifier to predict the value of K for every input is a good solution?
Hope it helps!
Thank you. In summary, threshold is one solution. The solution of mine is ok. Am I right?
@guotong1988 Generally speaking, yes.
The output topK's K is fixed now.
Do you think training a classifier to predict the value of K for every input is a good solution?
Thank you very much.