Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ To release a new version, please update the changelog as followed:
- Issue #498 - Deprecation Warning Fix in `tl.layers.RNNLayer` with `inspect` (by @DEKHTIARJonathan in #574)
- Issue #498 - Deprecation Warning Fix in `tl.files` with truth value of an empty array is ambiguous (by @DEKHTIARJonathan in #575)
- Issue #572 with deformable convolution fixed (by @DEKHTIARJonathan in #573)
- Typo of the document of ElementwiseLambdaLayer (by @zsdonghao in #588)

### Security

Expand Down
2 changes: 1 addition & 1 deletion tensorlayer/layers/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def __init__(


class ElementwiseLambdaLayer(Layer):
"""A layer that use a custom function to combine multiple :class:Layer inputs.
"""A layer that use a custom function to combine multiple :class:`Layer` inputs.

Parameters
----------
Expand Down