Hello.
At last week, I trained nnet3-based LSTM acoustic model using WSJ corpus and I got results.
Suddenly, I have a question: Can I change activation functions in LSTM?
For example, now, activation function of input gate is implemented with sigmoid function,
but I wanna change this function to tanh function.
In this case, for doing this,
if I just modify AddLstmLayer function in steps/nnet3/components.py file, it can be implemented ?
Or have to change another files?
Best regards,
Donghyun.
(p.s) Thank you for your response of my previous question, Dan.
--
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
At last week, I trained nnet3-based LSTM acoustic model using WSJ corpus and I got results.Suddenly, I have a question: Can I change activation functions in LSTM?For example, now, activation function of input gate is implemented with sigmoid function,but I wanna change this function to tanh function.In this case, for doing this,if I just modify AddLstmLayer function in steps/nnet3/components.py file, it can be implemented ?
Or have to change another files?
Best regards,Donghyun.(p.s) Thank you for your response of my previous question, Dan.