Skip to content

Commit 9cb2ff6

Browse files
author
sweetsky0901
committed
del num_channels
1 parent 04fd989 commit 9cb2ff6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/paddle/v2/fluid/tests/test_maxout_op.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ def setUp(self):
1414
self.op_type = "maxout"
1515
self.init_test_case()
1616
input = np.random.random(self.shape).astype("float32")
17-
output = self.MaxOut_forward_naive(input, self.groups,
18-
self.num_channels).astype("float32")
17+
output = self.MaxOut_forward_naive(input, self.groups).astype("float32")
1918

2019
self.inputs = {'X': input}
2120
self.attrs = {'groups': self.groups}

0 commit comments

Comments
 (0)