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
My goal is to apply the example, lstm_short, to the latest caffe releases (now that LSTM support is available in caffe)
I understand the data is some kind of periodic signal that we will reconstruct.
The clip is a way to mark the beginning of the signal.
What is label in this example?
In this example, there is no input given to the network, which means that "data" blob is simply filled with zeros.
The "label" is the periodic signal that the network has to reconstruct.
This is an unusual setting, but it is simple and good enough for debugging implementation.
My goal is to apply the example, lstm_short, to the latest caffe releases (now that LSTM support is available in caffe)
I understand the data is some kind of periodic signal that we will reconstruct.
The clip is a way to mark the beginning of the signal.
What is label in this example?
The example (which works well in this branch) is here.
https://github.com/junhyukoh/caffe-lstm/blob/master/examples/lstm_sequence/lstm_short.prototxt
The text was updated successfully, but these errors were encountered: