Skip to content

Commit

Permalink
Fix lambda layer docstring (keras-team#3604)
Browse files Browse the repository at this point in the history
  • Loading branch information
farizrahman4u authored and fchollet committed Aug 29, 2016
1 parent 9e58b82 commit 9c28d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras/layers/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def antirectifier_output_shape(input_shape):
# Arguments
function: The function to be evaluated.
Takes one argument: the output of previous layer
Takes input tensor as first argument.
output_shape: Expected output shape from function.
Can be a tuple or function.
If a tuple, it only specifies the first dimension onward;
Expand Down

0 comments on commit 9c28d21

Please sign in to comment.