[mlpack-git] master: Use the correct number of parameters for the LSTM LayerTraits. (423fc62)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Fri Nov 13 12:45:48 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/0f4e83dc9cc4dcdc315d2cceee32b23ebab114c2...7388de71d5398103ee3a0b32b4026902a40a67b3

>---------------------------------------------------------------

commit 423fc62643b5b8240e2ba468b4f3dba53c1a4456
Author: marcus <marcus.edel at fu-berlin.de>
Date:   Mon Nov 9 21:29:24 2015 +0100

    Use the correct number of parameters for the LSTM LayerTraits.


>---------------------------------------------------------------

423fc62643b5b8240e2ba468b4f3dba53c1a4456
 src/mlpack/methods/ann/layer/lstm_layer.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mlpack/methods/ann/layer/lstm_layer.hpp b/src/mlpack/methods/ann/layer/lstm_layer.hpp
index 327976b..c40c5ce 100644
--- a/src/mlpack/methods/ann/layer/lstm_layer.hpp
+++ b/src/mlpack/methods/ann/layer/lstm_layer.hpp
@@ -405,6 +405,7 @@ template<
 class LayerTraits<LSTMLayer<OptimizerType,
                             GateActivationFunction,
                             StateActivationFunction,
+                            OutputActivationFunction,
                             WeightInitRule,
                             InputDataType,
                             OutputDataType,



More information about the mlpack-git mailing list