jcjohnson/torch-rnn

question] how to add top-down connections in LSTM?

cseeker opened this issue · 0 comments

I'm trying to modify the LSTM code in order to add top layer to down layer connection (use outputs of both 1) l-1 th layer at time step t and 2) l-1 th layer at t-1 as input of l th layer at t )

Could you tell me some guideline or tips to do this?