Vipul Arora

Results 1 comments of Vipul Arora

Hi, I am also getting the same memory error. The minimal python code is: ``` from io_func.kaldi_feat import KaldiReadIn in_scp_file = '/data/raw_mfcc_test.1.scp' kaldiread = KaldiReadIn(in_scp_file) utt_number = 0 while True:...