You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Please do not post usage, installation, or modeling questions, or other requests for help to Issues.
Use the caffe-users list instead. This helps developers maintain a clear, uncluttered, and efficient view of the state of Caffe.
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?
The text was updated successfully, but these errors were encountered: