sungwon23 / BSRNN

90 stars 15 forks source link

lstm t/k order #4

Open deyituo opened 1 year ago

deyituo commented 1 year ago

I think the lstm t/k sequence should be lstm_t_i lstm_k_i lstm_t_i+1 lstm_k_i+1 ?

https://github.com/sungwon23/BSRNN/blob/main/module.py#L46-L60

jthomsen-gn commented 1 year ago

@deyituo This is also how I understood the paper, since they call it an "interleaved" band and sequence modeling.