Skip to content

Commit 9397a2e

Browse files
author
yi.wu
committed
fix format
1 parent 3380737 commit 9397a2e

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

python/paddle/fluid/layers/io.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def __exit__(self, exc_type, exc_val, exc_tb):
109109

110110
class ListenAndServ(object):
111111
"""
112-
***ListenAndServ Layer***
112+
**ListenAndServ Layer**
113113
114114
ListenAndServ is used to create a rpc server bind and listen
115115
on specific TCP port, this server will run the sub-block when
@@ -120,9 +120,6 @@ class ListenAndServ(object):
120120
inputs(list): a list of variables that the server will get from clients.
121121
fan_in(int): how many client are expected to report to this server, default: 1.
122122
optimizer_mode(bool): whether to run the server as a parameter server, default: True.
123-
124-
Returns:
125-
None
126123
127124
Examples:
128125
.. code-block:: python

python/paddle/fluid/layers/nn.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ def chunk_eval(input,
10491049
num_chunk_types,
10501050
excluded_chunk_types=None):
10511051
"""
1052-
***Chunk Evaluator***
1052+
**Chunk Evaluator**
10531053
10541054
This function computes and outputs the precision, recall and
10551055
F1-score of chunk detection.
@@ -1883,7 +1883,7 @@ def conv2d_transpose(input,
18831883
act=None,
18841884
name=None):
18851885
"""
1886-
***Convlution2D Transpose Layer****
1886+
**Convlution2D Transpose Layer**
18871887
18881888
The convolution2D transpose layer calculates the output based on the input,
18891889
filter, and dilations, strides, paddings. Input(Input) and output(Output)

0 commit comments

Comments
 (0)