Skip to content

Commit e269a3d

Browse files
committed
[docs] fix wrong descriptions
1 parent c916172 commit e269a3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorlayer/layers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4390,7 +4390,7 @@ class SlimNetsLayer(Layer):
43904390
43914391
Parameters
43924392
----------
4393-
layer : a list of :class:`Layer` instances
4393+
layer : a :class:`Layer` instance
43944394
The `Layer` class feeding into this layer.
43954395
slim_layer : a slim network function
43964396
The network you want to stack onto, end with ``return net, end_points``.
@@ -4454,7 +4454,7 @@ class KerasLayer(Layer):
44544454
44554455
Parameters
44564456
----------
4457-
layer : a list of :class:`Layer` instances
4457+
layer : a :class:`Layer` instance
44584458
The `Layer` class feeding into this layer.
44594459
keras_layer : a keras network function
44604460
keras_args : dictionary

0 commit comments

Comments
 (0)