diff --git a/python/paddle/v2/framework/tests/test_conv2d_op.py b/python/paddle/v2/framework/tests/test_conv2d_op.py index 34f8f05c47a8e9f2784eef31d5a7dca42b313dde..2fb808944ac97f2bdcb05336a2205346ded65a4d 100644 --- a/python/paddle/v2/framework/tests/test_conv2d_op.py +++ b/python/paddle/v2/framework/tests/test_conv2d_op.py @@ -77,8 +77,8 @@ class TestConv2dOp(OpTest): no_grad_set=set(['Input'])) def init_test_case(self): - self.groups = 1 - self.op_type = "conv2d" + # self.groups = 1 + # self.op_type = "conv2d" self.pad = [0, 0] self.stride = [1, 1] self.dilations = [1, 1]