This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
Why allennlp.nn.util.viterbi_decode find the best path by min? #5531
Unanswered
zhiyuanpeng
asked this question in
Q&A
Replies: 1 comment
-
problem solved, max_k is the number not the best path |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The best path should have maximum score, but
allennlp/allennlp/nn/util.py
Line 536 in d7e0c87
min
. Shouldn't it bemax
? Thanks.Beta Was this translation helpful? Give feedback.
All reactions