[mlpack-git] master: Slightly increased number of training epochs in the SequenceClassificationTest. (b661f1f)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Nov 19 11:35:12 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/713fa60a06f709bc715c4dd88f6ba585796f73a0...319205b2f3103187c584db302b1a3683aa2fbfdf

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

commit b661f1f4b8aa39e6e669d5c02483410a8af39d8e
Author: marcus <marcus.edel at fu-berlin.de>
Date:   Mon Nov 16 21:26:10 2015 +0100

    Slightly increased number of training epochs in the SequenceClassificationTest.


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

b661f1f4b8aa39e6e669d5c02483410a8af39d8e
 src/mlpack/tests/recurrent_network_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/tests/recurrent_network_test.cpp b/src/mlpack/tests/recurrent_network_test.cpp
index 3fd96d9..cab0d3c 100644
--- a/src/mlpack/tests/recurrent_network_test.cpp
+++ b/src/mlpack/tests/recurrent_network_test.cpp
@@ -107,7 +107,7 @@ BOOST_AUTO_TEST_CASE(SequenceClassificationTest)
       net(modules, classOutputLayer);
 
   // Train the network for 200 epochs.
-  Trainer<decltype(net)> trainer(net, 200, 1, 0.01);
+  Trainer<decltype(net)> trainer(net, 400, 1, 0.01);
   trainer.Train(input, labels, input, labels);
 
   // Ask the network to classify the trained input data.



More information about the mlpack-git mailing list