Skip to content
Snippets Groups Projects
Commit 157585cf authored by Franck Dary's avatar Franck Dary
Browse files

Fixed missing argument

parent 22de30ac
Branches
Tags
No related merge requests found
......@@ -62,7 +62,7 @@ def extractExamples(debug, ts, strat, config, dicts, network, dynamic) :
example = torch.cat([torch.LongTensor([goldIndex]), features])
examples.append(example)
moved = applyTransition(ts, strat, config, candidate)
moved = applyTransition(ts, strat, config, candidate, None)
EOS.apply(config, strat)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment