Skip to content

Commit ca25b9a

Browse files
committed
remove unused notes in maxout layer
1 parent 0314880 commit ca25b9a

File tree

1 file changed

+0
-6
lines changed
  • python/paddle/trainer_config_helpers

1 file changed

+0
-6
lines changed

python/paddle/trainer_config_helpers/layers.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4222,12 +4222,6 @@ def maxout_layer(input, groups, num_channels=None, name=None, layer_attr=None):
42224222
:type num_channels: int|None
42234223
:param groups: The group number of input layer.
42244224
:type groups: int
4225-
:param size_x: conv output width. If None will be set
4226-
automatically from previous output.
4227-
:type size_x: int|None
4228-
:param size_y: conv output height. If None will be set
4229-
automatically from previous output.
4230-
:type size_y: int|None
42314225
:param name: The name of this layer, which can not specify.
42324226
:type name: None|basestring.
42334227
:param layer_attr: Extra Layer attribute.

0 commit comments

Comments
 (0)