Skip to content

Commit 208b056

Browse files
authored
update docs for elementwise-lambda-layer (#587)
* update docs for elementwise-lambda-layer * update changelog * fix codacy
1 parent 48d12ea commit 208b056

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ To release a new version, please update the changelog as followed:
8181

8282
### Changed
8383
- Tensorflow CPU & GPU dependencies moved to separated requirement files in order to allow PyUP.io to parse them (by @DEKHTIARJonathan in #573)
84+
- The document of LambdaLayer for linking it with ElementwiseLambdaLayer (by @zsdonghao in #587)
8485

8586
### Deprecated
8687

@@ -96,7 +97,7 @@ To release a new version, please update the changelog as followed:
9697
### Dependencies Update
9798

9899
### Contributors
99-
@lgarithm @DEKHTIARJonathan @2wins @One-sixth
100+
@lgarithm @DEKHTIARJonathan @2wins @One-sixth @zsdonghao
100101

101102

102103
## [1.8.5] - 2018-05-09

tensorlayer/layers/importer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
class LambdaLayer(Layer):
20-
"""A layer that takes a user-defined function using TensorFlow Lambda.
20+
"""A layer that takes a user-defined function using TensorFlow Lambda, for multiple inputs see :class:`ElementwiseLambdaLayer`.
2121
2222
Parameters
2323
----------

tensorlayer/layers/merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class ConcatLayer(Layer):
16-
"""A layer that concats multiple tensors according to given axis..
16+
"""A layer that concats multiple tensors according to given axis.
1717
1818
Parameters
1919
----------

0 commit comments

Comments
 (0)