From dba52a651d7b57c41b0c0e120f3776e819dd9e60 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Wed, 12 Jan 2022 20:12:14 +0000 Subject: [PATCH] - poet: create smaller data git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@796 b431acfa-c32f-4a4a-93f1-934dc6c82436 --- source/poet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/poet.cpp b/source/poet.cpp index bbb69c5..881590e 100644 --- a/source/poet.cpp +++ b/source/poet.cpp @@ -81,8 +81,8 @@ int main() Stack stack(".", project); - arma::mat batch = createTraining("moby_ch1.txt"); - batch.save("poet.training.dat", arma::arma_ascii); + arma::mat batch = createTraining("moby_ch1_small.txt"); + batch.save("poet_small.training.dat", arma::arma_ascii); return 0; }