I want to use LSTM layer.
So I try to make prototxt within LSTM layer.
But terminal says "Message type caffe.LayerParameter has no field named lstm_param".
And I checked source code.
I found that lstm_param's code is not in "caffe.proto".
(lstm_param's code is in junhyukoh/caffe-lstm repository)
Why LSTMParameter code isn't merged in main repository?
Is some reason existed?