junhyukoh / caffe-lstm

LSTM implementation on Caffe
Other
493 stars 250 forks source link

How to leverage the large-scale unlabeled data to train the LSTM model? #10

Open yssummer opened 8 years ago

yssummer commented 8 years ago

Hi, I'd like to train a classification model with LSTM and Softmax layers. The database is very large and patially labeled. Can you tell me how to leverage the large-scale unlabeled data? Thanks!