jcjohnson / torch-rnn

Efficient, reusable RNNs and LSTMs for torch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

cseeker opened this issue · 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?