I am trying to understand how the TDNN implemented in this fileworks and how it can be manipulated. I want to play around with it to understand it better.
The first thing I wanted to is expand the relu-renorm-layer's splicing window on line 179. I changed the line from:
relu-renorm-layer name=tdnn6 dim=512 input=Append(-3,0,3)
to
relu-renorm-layer name=tdnn6 dim=512 input=Append(-4,0,3)
However, this caused an error while training on iteration 1. I attached the output of the error. It doesn't happen if I don't make the change. I must be misunderstanding what the input field is meant to do. Is there any documentation I could look at to better understand or is there anyone who could shed some light on this for me?
Thank you so much for your help!
Best,
Delia