Skip to content

Commit 0e78171

Browse files
author
wangyang59
committed
changed group=2 in test_NetworkCompare
1 parent 4641285 commit 0e78171

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

paddle/gserver/tests/img_conv2_a.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ conv2 = img_conv_layer(input=data, filter_size=3, filter_size_y=3,
3030
num_filters=16, stride=2,
3131
bias_attr=True,
3232
act=LinearActivation(),
33-
groups=1,
33+
groups=2,
3434
layer_type="exconv")
3535

3636
outputs(conv, conv2)

paddle/gserver/tests/img_conv2_b.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ conv2 = img_conv_layer(input=data, filter_size=3, filter_size_y=3,
3030
num_filters=16, stride=2,
3131
bias_attr=True,
3232
act=LinearActivation(),
33-
groups=1,
33+
groups=2,
3434
layer_type="cudnn_conv")
3535

3636
outputs(conv, conv2)

0 commit comments

Comments
 (0)