From 443691414a1ea6f09807440fcae21333e14cf287 Mon Sep 17 00:00:00 2001 From: Francesco Gatti Date: Sun, 16 Feb 2020 17:21:58 +0100 Subject: [PATCH] LSTM ok --- src/LSTM.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/LSTM.cpp b/src/LSTM.cpp index 44502fa..6ecf4fd 100644 --- a/src/LSTM.cpp +++ b/src/LSTM.cpp @@ -118,11 +118,12 @@ LSTM::LSTM( Network *net, int hiddensize, bool returnSeq, std::string fname_weig net->dataType, net->tensorFormat, 3, dim_w)); // load params + std::cout<<"Reading weights: PARAMS="<