junhyukoh / caffe-lstm

LSTM implementation on Caffe
Other
493 stars 250 forks source link

How to build many to one LSTM #22

Open KylinChang opened 7 years ago

KylinChang commented 7 years ago

Hi, I am new to lstm. I find that lstm layer will output T * num_output for T sequence, However, I want to build a many to one model, what should I do?

junhyukoh commented 7 years ago

Please refer to #21 Thanks!