tf.contrib.crf.CrfForwardRnnCell.__init__(transition_params)
Initialize the CrfForwardRnnCell.
Args:
-
transition_params
: A [num_tags, num_tags] matrix of binary potentials. This matrix is expanded into a [1, num_tags, num_tags] in preparation for the broadcast summation occurring within the cell.
Please login to continue.