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