0
# ***** 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.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459

1 Answers1

0

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

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