LSTM-CRF icon indicating copy to clipboard operation
LSTM-CRF copied to clipboard

Don't use softmax before CRF

Open heshenghuan opened this issue 7 years ago • 0 comments

Don't use tf.softmax before you sent the scores to TF's crf API.

I found that could cause a sharp drop in performance.

heshenghuan avatar Jul 18 '17 07:07 heshenghuan