crnn.caffe icon indicating copy to clipboard operation
crnn.caffe copied to clipboard

Why not use bidirectional LSTM?

Open liuhu-bigeye opened this issue 7 years ago • 3 comments

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?

liuhu-bigeye avatar Aug 02 '17 12:08 liuhu-bigeye

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

yalecyu avatar Aug 02 '17 12:08 yalecyu

@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!

stalagmite7 avatar Sep 08 '17 16:09 stalagmite7

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

yalecyu avatar Sep 11 '17 09:09 yalecyu