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
{{ message }}
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
crf = CRF(len(tag2idx))
logits = crf(bert_output)
what is the ouput of the CRF,when I print the logits, it shows the dimension (?,?,tag2idx), why the CRF don't output the best sequence? (?,?,1)
The text was updated successfully, but these errors were encountered: