yajiemiao / pdnn

PDNN: A Python Toolkit for Deep Learning. http://www.cs.cmu.edu/~ymiao/pdnntk.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stacked Autoencoders

abhinav-misra opened this issue · comments

Hi I'm trying to use run_SdA.py using Kaldi I/O . I've two questions that are probably related:

  1. First, I don't need alignments (no label file) as the output has to be the clean version of the input features. How can i do it using run_SdA.py?

  2. I'm getting memory error (in spite of setting partition option to 50m). Is it because I'm not providing any kaldi alignment file (labels)?