Yun Wang (Maigo)

Results 34 comments of Yun Wang (Maigo)

It looks like the format of the scp or ark file is corrupted: the program has read very large numbers of rows and columns. You may need to provide the...

I see that your ark files are in the compressed format, which is not supported by PDNN. I would suggest that you dump the scp and ark files in uncompressed...

I did decompress your zip archives. What I mean is, in your .ark files, the matrices are stored in a compressed format, which is not recognized by PDNN. Here's the...

You can use either the kaldi_feat.py script in PDNN, or the readArk / readScp functions in the following script: https://github.com/MaigoAkisame/fileutils/blob/master/kaldi.py to load Kaldi features into Python. Afterwards, you can arrange...

```copy-feats scp:1.scp ark,scp:2.ark,2.scp``` This should do the job. If you don't specify the text format, by default the output will be in uncompressed binary format.

I'm not sure if this is caused by overflow. I see two possible paths for calculating L and cost. Do you know which path is actually executed in your experiment?

It appears that this issue is not unique to Taskbar Groups. Other dock softwares, such as RocketDock and ObjectDock, have this problem, too.

@gurkirt Each frame of feature only describes a short segment of the audio. If you want to do recording-level classification, you need to compute recording-level statistics of the frame-level features....

@pranavgupta1234 27,506 appears to be 220,050 / 8. But I agree that the configuration of the first layer doesn't seem to yield this number. I have also tabulated the structure...

I had the same experience. It took me more than a week. But you don't need the frames (i.e. images) if you want to train the SoundNet. It only takes...