From 5f2618d08c3843246c5adc24cbd92908655b25cf Mon Sep 17 00:00:00 2001 From: xwolfs Date: Mon, 10 Jul 2017 18:42:55 -0400 Subject: [PATCH] Update readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 90d412d..c13958e 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,8 @@ Two RNN modules are deployed for temporal dynamic modeling and spatial context m To implement Circle-RNN,the following modifications to the caffe toolbox are required: 1. add 'circle_lstm_layer.hpp' to '/caffe/include/caffe/layers', add 'circle_lstm_layer.cpp' to '/caffe/src/caffe/layers'; -2. In *caffe.proto*, add the following line to `message RecurrentParameter` +2. In *caffe.proto*, add the following line to `message RecurrentParameter`: + `optional uint32 depth = 6 [default = 0];` Note: LSTM units is employed in Circle-RNN.