Why length of top_class_scores != top_k? #325
Unanswered
aswincandra
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In RouteLayer class, there is
_retrieve_top_route
function that returnstop_class_scores
. Why length of top_class_scores is not same with the top_k? So Semantic Router doesn't actually output exactly top-k utterances?Beta Was this translation helpful? Give feedback.
All reactions