Closed yszh8 closed 3 years ago
Add parameters in hmnet model, i.e. model = HMNetModel(max_gen_length=100, beam_width=2) will greatly decrease the inference time cost.
model = HMNetModel(max_gen_length=100, beam_width=2)
@chatc Can you add some comments on what's the typical setting and what speed should people expect.
Add parameters in hmnet model, i.e.
model = HMNetModel(max_gen_length=100, beam_width=2)
will greatly decrease the inference time cost.