Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tensorflow_addons/text/crf.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def crf_forward(
See http://www.cs.columbia.edu/~mcollins/fb.pdf for reference.

Args:
inputs: A [batch_size, num_tags] matrix of unary potentials.
inputs: A [batch_size, max_seq_len, num_tags] matrix of unary potentials.
state: A [batch_size, num_tags] matrix containing the previous alpha
values.
transition_params: A [num_tags, num_tags] matrix of binary potentials.
Expand Down