mycrazycracy / tf-kaldi-speaker

Neural speaker recognition/verification system based on Kaldi and Tensorflow
Apache License 2.0
32 stars 16 forks source link

is there some files missing? #15

Open ASR2020Guru opened 4 years ago

ASR2020Guru commented 4 years ago

Hi,

thanks for the great work.

When I run the sre/v1 egs, I got the error in stage 2-8 such as :

python: can't open file 'python steps/data/augment_data_dir_new.py': [Errno 2] No such file or directory

python: can't open file 'utils/sample_validset_spk2utt.py': [Errno 2] No such file or directory

nnet/run_train_nnet.sh: line 63: /tf_gpu/bin/activate: No such file or directory

I have checked the such file in the originally path kaldi/egs/wsj/s5/. but none of these files exist.

Is that mean we need write the missing files to achieve the related function?

Thanks

Cheers