I have gone through the paper where you introduced RCNN layer for emotion classification and ASR, I would like to use is for a speech classification task of my own. Can you guide me to library or something like that from where I can find an implementation of this layer?
The required libraries include Kaldi and CNTK (You can find more in the README)
To have a quick peek at the structure, you may find the config helpful. It won't be that difficult to implement with some more popular framework such as PyTorch.
I have gone through the paper where you introduced RCNN layer for emotion classification and ASR, I would like to use is for a speech classification task of my own. Can you guide me to library or something like that from where I can find an implementation of this layer?