提交 a6ca29f7 编写于 作者: Y Yibing Liu

Add acoustic scale in decoder init

上级 0c5c32d5
......@@ -149,7 +149,8 @@ def infer_from_ckpt(args):
fluid.io.load_persistables(exe, args.checkpoint)
# init decoder
decoder = Decoder(args.vocabulary, args.graphs, args.log_prior)
decoder = Decoder(args.vocabulary, args.graphs, args.log_prior,
args.acoustic_scale)
ltrans = [
trans_add_delta.TransAddDelta(2, 2),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册