提交 db4de4ff 编写于 作者: C chengduoZH

follow comments

上级 5fe68931
...@@ -77,8 +77,8 @@ class TestConv2dOp(OpTest): ...@@ -77,8 +77,8 @@ class TestConv2dOp(OpTest):
no_grad_set=set(['Input'])) no_grad_set=set(['Input']))
def init_test_case(self): def init_test_case(self):
self.groups = 1 # self.groups = 1
self.op_type = "conv2d" # self.op_type = "conv2d"
self.pad = [0, 0] self.pad = [0, 0]
self.stride = [1, 1] self.stride = [1, 1]
self.dilations = [1, 1] self.dilations = [1, 1]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册