Recently, I have read your ddpn-pytorch code. It's a nice work. But I still have some questions about the codes.
- Have you extract the pre-trained model in the original repo? if you have, can you release that?
- I am confused about the dimension of the variable in the code, specifically, can you tell me about the dimension of 'lstm1', 'lstm1_out', 'lstm1_reshaped'? Besides that, I am so confused about the code "lstm1_out=lstm1[:, 14 : -1 : -1]"?

Thanks
Recently, I have read your ddpn-pytorch code. It's a nice work. But I still have some questions about the codes.
Thanks