Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xwolfs authored Jul 10, 2017
1 parent eacb093 commit 5f2618d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5f2618d

Please sign in to comment.