We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04fd989 commit 9cb2ff6Copy full SHA for 9cb2ff6
python/paddle/v2/fluid/tests/test_maxout_op.py
@@ -14,8 +14,7 @@ def setUp(self):
14
self.op_type = "maxout"
15
self.init_test_case()
16
input = np.random.random(self.shape).astype("float32")
17
- output = self.MaxOut_forward_naive(input, self.groups,
18
- self.num_channels).astype("float32")
+ output = self.MaxOut_forward_naive(input, self.groups).astype("float32")
19
20
self.inputs = {'X': input}
21
self.attrs = {'groups': self.groups}
0 commit comments