yalecyu / crnn.caffe

crnn.caffe
Other
76 stars 51 forks source link

Why not use bidirectional LSTM? #2

Open liuhu-bigeye opened 7 years ago

liuhu-bigeye commented 7 years ago

I found that in the origin CRNN implementation, the author used 2 layers of BLSTM, but i only found 2 layers of LSTM in your project. Would you please provide some help for that implementation?

yalecyu commented 7 years ago

Maybe,I will consider this content later. Summer vacation is coming!

stalagmite7 commented 7 years ago

@liuhu-bigeye , @yalecyu , have you been successful in writing a bidirectional LSTM for the net? Is it possible to just add a reverse layer for the LSTM? I am new to caffe so don't really know how to implement my own layers, but if you could point me to some resources I could use to do that, I'd be very grateful! Thanks!

yalecyu commented 7 years ago

@stalagmite7 No,LSTM is work well too. BLSTM is not an urgent thing.If you are interested in the project,you can try.