pytorch-kaldi timit tutorial error shared_list[0] IndexError: list index out of range

80 Views Asked by At
# ***** Reading the Data********
if processed_first:

#Reading all the features and labels for this chunk
shared_list = []

p = threading.Thread(target=read_lab_fea, args=(cfg_file, is_production, shared_list, output_folder))
p.start()
p.join()

data_name = shared_list[0]
data_end_index = shared_list[1]
fea_dict = shared_list[2]
lab_dict = shared_list[3]
arch_dict = shared_list[4]
data_set = shared_list[5]

enter image description here

I found that fea_dict and lab_dict in data_io.py has no shared element. How can I progress the TIMIT tutorial experiments?

I'm doing experiment using cfg/TIMIT_baselines/TIMIT_MLP_mfcc_basic.cfg file. Just correcting absolute directory of linux.

1

There are 1 best solutions below

0
user2956920 On

I refered https://github.com/mravanelli/pytorch-kaldi/issues/185

run copy-feats. I saw--> kaldierror::KaldiFatalError