sequence_tagging icon indicating copy to clipboard operation
sequence_tagging copied to clipboard

Code snippet for tensorflow 2.x

Open satkr7 opened this issue 3 years ago • 0 comments

The mentioned version of TensorFlow 1.5 is deprecated. Whats the corresponding code for function

  • tf.contrib.crf.crf_log_likelihood() (ner_model.py line 202)
  • tf.contrib.crf.viterbi_decode() (ner_model.py line 202)

in the latest Tensorflow 2.8 version?

satkr7 avatar Apr 28 '22 13:04 satkr7