Skip to content

Commit 3e9ea34

Browse files
NHZlXwangkuiyi
authored andcommitted
fix prelu doc (#5807)
1 parent f7fc6c2 commit 3e9ea34

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

python/paddle/trainer_config_helpers/layers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6640,8 +6640,10 @@ def prelu_layer(input,
66406640
66416641
:type partial_sum: int
66426642
:param channel_shared: whether or not the parameter are shared across channels.
6643+
66436644
- channel_shared = True, we set the partial_sum to the number of outputs.
66446645
- channel_shared = False, we set the partial_sum to the number of elements in one channel.
6646+
66456647
:type channel_shared: bool
66466648
:param num_channels: number of input channel.
66476649
:type num_channels: int

0 commit comments

Comments
 (0)