提交 3b073fdc 编写于 作者: L Luo Tao

fix error in test_LayerGrad

上级 b02c453d
...@@ -873,7 +873,7 @@ TEST(Layer, SequenceLastInstanceLayer) { ...@@ -873,7 +873,7 @@ TEST(Layer, SequenceLastInstanceLayer) {
TEST(Layer, AverageLayer) { TEST(Layer, AverageLayer) {
testDegradeLayer(false, "average", "non-seq", -1); // seq average to non-seq testDegradeLayer(false, "average", "non-seq", -1); // seq average to non-seq
testDegradeLayer(false, testDegradeLayer(false,
"max", "average",
"non-seq", "non-seq",
5); // seq average to a shorten seq, stride window = 5 5); // seq average to a shorten seq, stride window = 5
testDegradeLayer( testDegradeLayer(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册