Commit 89496d4a authored by MissPenguin's avatar MissPenguin
Browse files

refine

parent 8a4678aa
......@@ -362,7 +362,7 @@ class TableLabelDecode(object):
self.end_str = "eos"
list_character = [self.beg_str] + list_character + [self.end_str]
return list_character
def __call__(self, preds):
structure_probs = preds['structure_probs']
loc_preds = preds['loc_preds']
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment