Update src/mlpack/methods/ann/layer/lstm.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
This commit is contained in:
co-authored by
Ryan Curtin
parent
9aa7e1d273
commit
2f8bf7873c
@@ -108,8 +108,8 @@ class LSTMType : public RecurrentLayer<MatType>
|
||||
* @param gy The backpropagated error.
|
||||
* @param g The calculated gradient.
|
||||
*/
|
||||
void Backward(const MatType& input,
|
||||
const MatType& output,
|
||||
void Backward(const MatType& /* input */,
|
||||
const MatType& /* output */,
|
||||
const MatType& gy,
|
||||
MatType& g);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user