Open deyituo opened 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
@deyituo This is also how I understood the paper, since they call it an "interleaved" band and sequence modeling.
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