a-PyTorch-Tutorial-to-Sequence-Labeling icon indicating copy to clipboard operation
a-PyTorch-Tutorial-to-Sequence-Labeling copied to clipboard

ViterbiDecoder pads <start> tag instead of <end> tag in end of sequence

Open cj-bayron-cg opened this issue 6 years ago • 1 comments

In inference.py line 60, self.start_tag should be self.end_tag

cj-bayron-cg avatar Jun 18 '19 23:06 cj-bayron-cg

yes, i agree with you.

llgithubll avatar Aug 26 '19 12:08 llgithubll