From d286762c7aaccab7854b8433315b6360c2e82fb6 Mon Sep 17 00:00:00 2001 From: Yao Lu Date: Tue, 6 Jun 2017 17:23:35 -0700 Subject: [PATCH] fix GRU, add LSTM --- include/darknet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/darknet.h b/include/darknet.h index 06d426cb..c8bbd1d9 100644 --- a/include/darknet.h +++ b/include/darknet.h @@ -186,7 +186,7 @@ struct layer{ float * forgot_state; float * forgot_delta; float * state_delta; - + float * concat; float * concat_delta;