zhaoyue-zephyrus / RecurrentConvNet-for-Speech

6 stars 3 forks source link

How to use RCNN layer for speech in general #1

Closed pj1527 closed 5 years ago

pj1527 commented 5 years ago

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?

zhaoyue-zephyrus commented 5 years ago

Hi @pj1527 ,

Thanks for your interests in our work.

  1. The required libraries include Kaldi and CNTK (You can find more in the README)
  2. 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.
pj1527 commented 5 years ago

Thanks