Skip to content

Should we also need an implementation of SeqGRU?  #235

@MultiPath

Description

@MultiPath

Hi!
I am recently reimplementing the Sequence-to-Sequence Learning model with attention mechanism for neural machine translation. I once used Theano for it and usually I use GRU.

Now I am very interested in torch and I think we can try the similar thing in it. However, I found the memory usage is too large if we use a nngraph-based model. I found that SeqLSTM is very fast and quite suitable for my purpose. However, I am curious if anyone has implemented similar model for GRU? Or I need to do it myself based on SeqLSTM.

Thank you very much!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions