Closed mitjanikolaus closed 5 years ago
My memory is that we experimented with beam search, but did not use it in the final paper. I am not surprised that the system doesn't work when you try to adjust the beam size.
Beam search would be a natural direction of improvement though!
When setting the model_param
inference.beam_search.beam_width
to a value greater than 1, I get the following error during inference:ValueError: Tried to convert 'input' to a tensor and failed. Error: None values not supported.
Any help would be appreciated. Thanks! :)
Full trace: