Skip to content

Commit

Permalink
Update antirectifier.py (#2485)
Browse files Browse the repository at this point in the history
  • Loading branch information
kli-casia authored and fchollet committed Apr 24, 2016
1 parent b1e47f7 commit a7156b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/antirectifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
We build a custom activation layer called 'Antirectifier',
which modifies the shape of the tensor that passes through it.
We need to specify two methods: `output_shape` and `get_output`.
We need to specify two methods: `get_output_shape_for` and `call`.
Note that the same result can also be achieved via a Lambda layer.
Expand Down

0 comments on commit a7156b8

Please sign in to comment.