Skip to content

Commit

Permalink
fix prelu doc (PaddlePaddle#5807)
Browse files Browse the repository at this point in the history
  • Loading branch information
NHZlX authored and wangkuiyi committed Nov 22, 2017
1 parent f7fc6c2 commit 3e9ea34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/paddle/trainer_config_helpers/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -6640,8 +6640,10 @@ def prelu_layer(input,
:type partial_sum: int
:param channel_shared: whether or not the parameter are shared across channels.
- channel_shared = True, we set the partial_sum to the number of outputs.
- channel_shared = False, we set the partial_sum to the number of elements in one channel.
:type channel_shared: bool
:param num_channels: number of input channel.
:type num_channels: int
Expand Down

0 comments on commit 3e9ea34

Please sign in to comment.