yajiemiao / pdnn

PDNN: A Python Toolkit for Deep Learning. http://www.cs.cmu.edu/~ymiao/pdnntk.html
Apache License 2.0
224 stars 105 forks source link

Stacked Autoencoders #45

Open abhinav-misra opened 8 years ago

abhinav-misra commented 8 years ago

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)?