Update src/mlpack/tests/feedforward_network_test.cpp

Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
This commit is contained in:
Anmolpreet Singh
2021-01-06 00:12:19 +05:30
committed by GitHub
co-authored by Marcus Edel
parent d0a28cf709
commit de440b94b1
@@ -167,7 +167,7 @@ TEST_CASE("CheckCopyMovingReparametrizationNetworkTest", "[FeedForwardNetworkTes
/*
* Construct a feed forward network with trainData.n_rows input nodes,
* followed by a linear layer and then a reparametrization layer
* followed by a linear layer and then a reparametrization layer.
*/
FFN<NegativeLogLikelihood<> > *model = new FFN<NegativeLogLikelihood<> >;