Skip to content

Commit

Permalink
debugged
Browse files Browse the repository at this point in the history
  • Loading branch information
LiyuanLucasLiu committed Sep 14, 2017
1 parent c8c7831 commit a79cc78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions model/crf.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,9 @@ def forward(self, scores, target, mask):
class CRFDecode_vb():
r"""Batch-mode viterbi decode
.. math::
\prod_{j=1}^n \phi(\hat{y}_{j-1}, \hat{y}_j, \mathbf{z}_j)
args:
tagset_size: target_set_size
start_tag: ind for <start>
Expand Down

0 comments on commit a79cc78

Please sign in to comment.