Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meaning of label in lstm_short example #12

Open
aurotripathy opened this issue Jun 9, 2016 · 2 comments
Open

Meaning of label in lstm_short example #12

aurotripathy opened this issue Jun 9, 2016 · 2 comments

Comments

@aurotripathy
Copy link

aurotripathy commented Jun 9, 2016

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

@junhyukoh
Copy link
Owner

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.

@aurotripathy
Copy link
Author

aurotripathy commented Jun 10, 2016

This makes total sense even though it is slightly non-intuitive ("unusual", as you put it). Thank you very much for clarifying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants