LayerDelay/TimeDelayNet in PyTorch

Hi,

Is there something similar to layerdelay capability with RNN in pytorch, similar to Matlab?
https://fr.mathworks.com/help/nnet/ref/layrecnet.html

Another issue, is there a simple trick to implement TimeDelayNet in pytorch - like in Matlab -?
https://fr.mathworks.com/help/nnet/ref/timedelaynet.html

Thank you :slight_smile:

there is nothing out of the box. You might have to implement it yourself.

1 Like