Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

what is the ouput of CRF? #543

Open
yiyi123123132 opened this issue Jul 9, 2020 · 0 comments
Open

what is the ouput of CRF? #543

yiyi123123132 opened this issue Jul 9, 2020 · 0 comments

Comments

@yiyi123123132
Copy link

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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant