Element-Research / rnn

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

LSTM cells never get truncated: memory issue? #358

Open lake4790k opened 7 years ago

lake4790k commented 7 years ago

The size of the outputs field is limited by rho, but cells is not, it never gets truncated, not even on forget().

This makes no sense to me, seems like at least a memory issue?