LSTM module for Caffe

前端 未结 2 1554
轮回少年
轮回少年 2020-11-30 08:02

Does anyone know if there exists a nice LSTM module for Caffe? I found one from a github account by russel91 but apparantly the webpage containing examples and explanations

2条回答
  •  抹茶落季
    2020-11-30 08:39

    I know Jeff Donahue worked on LSTM models using Caffe. He also gave a nice tutorial during CVPR 2015. He has a pull-request with RNN and LSTM.

    Update: there is a new PR by Jeff Donahue including RNN and LSTM. This PR was merged on June 2016 to master.

提交回复
热议问题