You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The -dump_beam flag currently outputs a skeletal json object that the translator (Translator.py) was initialized with, instead of the full history (as in the Torch/Lua implementation).
Specifically, this is initialized and stored as beam_accum in Translator.py.
This functionality would be very helpful for implementing more complex beam search decoding functions. Thank you!
The text was updated successfully, but these errors were encountered:
The
-dump_beam
flag currently outputs a skeletal json object that the translator (Translator.py) was initialized with, instead of the full history (as in the Torch/Lua implementation).Specifically, this is initialized and stored as
beam_accum
in Translator.py.This functionality would be very helpful for implementing more complex beam search decoding functions. Thank you!
The text was updated successfully, but these errors were encountered: