Use export beam width by default in evaluation

This commit is contained in:
Reuben Morais 2021-10-13 13:36:30 +02:00
parent 27584037f8
commit 5ff8d11393

View File

@ -134,7 +134,7 @@ def evaluate(test_csvs, create_model):
batch_logits,
batch_lengths,
Config.alphabet,
Config.beam_width,
Config.export_beam_width,
num_processes=num_processes,
scorer=scorer,
cutoff_prob=Config.cutoff_prob,