Element-Research / rnn

Recurrent Neural Network library for Torch7's nn
BSD 3-Clause "New" or "Revised" License
939 stars 313 forks source link

Sum and average sequencer output #347

Closed gaosh closed 7 years ago

gaosh commented 7 years ago

Hi, all I have a requestion regarding sequencer to one example, is there a built-in model for sum and average the output from every timestep instead of only choose last one timestep?

gaosh commented 7 years ago

I have figured out a solution for this one.