Update src/mlpack/tests/feedforward_network_test.cpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
This commit is contained in:
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<> >;
|
||||
|
||||
Reference in New Issue
Block a user