BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.13k stars 18.68k forks source link

BLSTM layer for caffe #4675

Open DoubleXiJin opened 8 years ago

DoubleXiJin commented 8 years ago

We implement the BLSTM layer for caffe. We realise that incorporating BLSTM layer in models for activity recognition can improve the accuracy rate. So we want to share the code in caffe. Does this help caffe to have richer layers?

MhLiao commented 8 years ago

greate job! When can you share the code?

naibaf7 commented 8 years ago

@DoubleXiJin The procedure would be to rebase your Caffe with the new BLSTM Layer and Parameters on top of the current Master branch, then file a PR (pull request). Make sure to be consistent with the coding style and "make lint" should not result in any errors. This will help to review the code and merge faster.

DoubleXiJin commented 8 years ago

@naibaf7 Thank you for your help.

DoubleXiJin commented 8 years ago

@MhLiao We will try our best to provide solid code.

antran89 commented 8 years ago

@DoubleXiJin Greate, hope to see the implementation.

sunfox66 commented 7 years ago

@DoubleXiJin Greate job! Would you share the code ?

xiaozeyuan commented 7 years ago

@DoubleXiJin Greate job!, hope to see the implementation.

aks009 commented 7 years ago

Is it integrated on caffe main branch?

bygreencn commented 6 years ago

Is it still continue?