Unverified Commit 0486bc37 authored by topduke's avatar topduke Committed by GitHub
Browse files

modify beam size

parent adc62fcd
......@@ -46,7 +46,7 @@ Architecture:
name: TransformerOptim
d_model: 512
num_encoder_layers: 6
beam_size: -1 # When Beam size is greater than 0, it means to use beam search when evaluation.
beam_size: 10 # When Beam size is greater than 0, it means to use beam search when evaluation.
Loss:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment