Skip to content

Commit

Permalink
activation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zsdonghao committed Aug 16, 2016
1 parent 00e8540 commit 59bedb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorlayer/activation.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def identity(x):
Parameters
----------
x : a tensor outputs
x : a tensor input
input(s)
"""
return x
Expand All @@ -20,7 +20,7 @@ def ramp(x=None, v_min=0, v_max=1, name=None):
Parameters
----------
x : a tensor outputs
x : a tensor input
input(s)
v_min : float
if input(s) smaller than v_min, change inputs to v_min
Expand Down

0 comments on commit 59bedb3

Please sign in to comment.