Skip to content

Need help with my PR #9028

Closed Answered by tianyizheng02
AdarshAcharya5 asked this question in Q&A
Discussion options

You must be logged in to vote

If you click on "Details" for the build, you can read through the build logs and find the following:

=================================== FAILURES ===================================
___ [doctest] scaled_exponential_linear_unit.scaled_exponential_linear_unit ____
021 
022     Applies the Scaled Exponential Linear Unit function to each element of the vector.
023     Parameters : vector : np.ndarray
024                  alpha : float (default = 1.6732)
025                  _lambda : float (default = 1.0507)
026     Returns : np.ndarray
027     Formula : f(x) = _lambda * x if x > 0
028                      _lambda * alpha * (e**x - 1) if x <= 0
029     Examples :
030     >>> scaled_exponentia…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tianyizheng02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants