speaker-recognition-pytorch
speaker-recognition-pytorch copied to clipboard
can I apply SpeechEmbedder to TDNN-LSTM?
As I mentioned, I wonder if I apply your SpeechEmbedder to TDNN-LSTM. TDNN-LSTM requires the following things.
delay: the delay to be used in the recurrence of LSTMs decay-time: an approximate maximum on how many frames can be remembered via summation into the cell contents c_t projection-dimension
Thank You.