pdnn
pdnn copied to clipboard
PDNN: A Python Toolkit for Deep Learning. http://www.cs.cmu.edu/~ymiao/pdnntk.html
Hi all! I'm trying to extract bnf (steps_pdnn/make_bnf_feat.sh) using a nnet with "rectifier" activation function trained with PDNN and the nnet-forward function from kaldi tells me that it does not...
I have scp file with corresponding ark file, whenever I want to use class kaldi_feat.py, using read_next_utt() function I get the following error: MemoryError I backtraced the error and obtained...
I have downloaded successfully all dependencies required to run pdnn. But when i run the following command from terminal python pdnn/cmds/run_DNN.py --train-data "train.pickle.gz,partition=600m,random=true" \ it shows an import error message....
我使用example给的参数,数据集换成了自己的,或者是如下 marker_train = np.array([[0.2, 0.3, 0.5, 1.4], [1.3, 2.1, 0.3, 0.1], [0.3, 0.5, 0.5, 1.4]], dtype = 'float32') y_train = np.array([2, 0, 1]) marker_va = np.array([[0.2, 0.3, 0.8, 1.4], [1.3,...
See https://github.com/Lasagne/Lasagne/pull/644 https://github.com/Lasagne/Lasagne/issues/605
Hi, I am training 3 layers stacked denoising autoencoder which has a bit of difference in loss function. I want to make autoencoder that tries to reconstruct the 'global' input...
hi everyone, I use copy-feats binary from kaldi, to convert my ascii features in .ark and .scp Then I copied all the independent .scp files into a unique one which...
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...
Hello, Is it possible to load eg. for a feature vector: [1, 2, 3, 4, 5] a label vector [6, 7, 8, 9], instead of a single label? So there...
i have done the training , with 3 label . but when i classfi the data. it alway 66,66667 % .sorry for my bad in english