hitachi-speech / EEND

End-to-End Neural Diarization
MIT License
360 stars 57 forks source link

When I reproduced the code, I got the following error when running ./run.sh, what should I do? #34

Open TianlongKong opened 2 years ago

TianlongKong commented 2 years ago

When I reproduced the code, I got the following error when running ./run.sh, what should I do? bash: line 1: 147388 Segmentation fault (core dumped) ( train.py -c conf/eda/train.yaml data/simu/data/train_clean_5_ns2_beta2_500 data/simu/data/dev_clean_2_ns2_beta2_500 exp/diarize/model/train_clean_5_ns2_beta2_500.dev_clean_2_ns2_beta2_500.eda_train ) 2>> exp/diarize/model/train_clean_5_ns2_beta2_500.dev_clean_2_ns2_beta2_500.eda_train/.work/train.log >> exp/diarize/model/train_clean_5_ns2_beta2_500.dev_clean_2_ns2_beta2_500.eda_train/.work/train.log run.pl: job failed, log is in exp/diarize/model/train_clean_5_ns2_beta2_500.dev_clean_2_ns2_beta2_500.eda_train/.work/train.log

The following is the specific content of train.log: 1 # train.py -c conf/eda/train.yaml data/simu/data/train_clean_5_ns2_beta2_500 data/simu/data/dev_clean_2_ns2_beta2_500 exp/diarize/model/train_clean_5_ns2_beta2_500.dev_clean_2_ns2 _beta2_500.eda_train 2 # Started at Mon Dec 20 15:23:59 CST 2021 3 #
4 # Accounting: time=2 threads=1 5 # Ended (code 139) at Mon Dec 20 15:24:01 CST 2021, elapsed time 2 seconds