We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c916172 commit e269a3dCopy full SHA for e269a3d
tensorlayer/layers.py
@@ -4390,7 +4390,7 @@ class SlimNetsLayer(Layer):
4390
4391
Parameters
4392
----------
4393
- layer : a list of :class:`Layer` instances
+ layer : a :class:`Layer` instance
4394
The `Layer` class feeding into this layer.
4395
slim_layer : a slim network function
4396
The network you want to stack onto, end with ``return net, end_points``.
@@ -4454,7 +4454,7 @@ class KerasLayer(Layer):
4454
4455
4456
4457
4458
4459
keras_layer : a keras network function
4460
keras_args : dictionary
0 commit comments