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 08b27c1 commit c4d59aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/crf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class CRF_L(nn.Module):
This CRF layer is used in Ma et al. 2016, has more parameters than CRF_S
args:
arg:
hidden_dim : input dim size
tagset_size: target_set_size
if_biase: whether allow bias in linear trans
Expand Down

0 comments on commit c4d59aa

Please sign in to comment.