Update src/mlpack/methods/ann/layer/leaky_relu.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
This commit is contained in:
co-authored by
Ryan Curtin
parent
b2b05900d5
commit
5cc5e9baa6
@@ -84,7 +84,7 @@ class LeakyReLUType : public Layer<MatType>
|
||||
* @param g The calculated gradient.
|
||||
*/
|
||||
void Backward(const MatType& input,
|
||||
const MatType& output,
|
||||
const MatType& /* output */,
|
||||
const MatType& gy,
|
||||
MatType& g);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user