提交 f3924523 编写于 作者: E emailweixu 提交者: GitHub

Update layers_test_config.py

上级 7e79c911
......@@ -41,7 +41,7 @@ tmp = fc_layer(input=x1,
ctc = ctc_layer(input=tmp,
label=y,
size=num_classes + 1)
ctc_eval = ctc_error_evaluator(input=ctc, label=y)
ctc_eval = ctc_error_evaluator(input=tmp, label=y)
settings(
batch_size=10,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册