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.
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.