提交 0e781718 编写于 作者: W wangyang59

changed group=2 in test_NetworkCompare

上级 4641285c
......@@ -30,7 +30,7 @@ conv2 = img_conv_layer(input=data, filter_size=3, filter_size_y=3,
num_filters=16, stride=2,
bias_attr=True,
act=LinearActivation(),
groups=1,
groups=2,
layer_type="exconv")
outputs(conv, conv2)
......@@ -30,7 +30,7 @@ conv2 = img_conv_layer(input=data, filter_size=3, filter_size_y=3,
num_filters=16, stride=2,
bias_attr=True,
act=LinearActivation(),
groups=1,
groups=2,
layer_type="cudnn_conv")
outputs(conv, conv2)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册