EEND
EEND copied to clipboard
End-to-End Neural Diarization
I have trained a 2-spk model on custom dataset with an overall DER of 0.063. I would like to run inference and scoring on another custom dataset containing 2 spks....
Hello, in transformer.py I found that the pos_enc was initialized in the encoder but it was not used ind the forward?
I run eend/egs/mini_librisppech/v1/run.sh and eend/egs/mini_librisppech/v1/local/run_blstm.sh, respectively. The result of run.sh (Transformer) is the same as RESULT.md (Final DER = 29.96%). However, the result of local/run_blstm.sh (BLSTM) is DER =17.02%, better...
When i run the lstm.sh which in eend/egs/mini_librisppech/v1/local/run_blstm, i get the usingwarning: shared memory size is too small. Please set shared_mem option for MultiprocessIterator. Expect shared memory size: 4298700 bytes....
https://github.com/hitachi-speech/EEND/blob/b851eecd8d7a966487ed3e4ff934a1581a73cc9e/eend/chainer_backend/utils.py#L40 when there are 2 process running on the same GPU IDs,the "del gpus[busid]" will raise key error.
Hello! I read the infer.py file and as I understand, it firstly divide complete audio into chunks and fed these chunks into the model. At the end, it stack all...
I have finished task about run_prep.sh ,but when i start to run the run.sh,it will appear some problems just like this: training model at exp/diarize/model/train_clean_5_ns2_beta2_500.dev_clean_2_ns2_beta2_500.train. run.pl: job failed, log is...
Is there a way to restrict the number of cores being used during inference? infer.py does not seem to have a parameter that can tweaked to achieve this. In a...
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...
``` SPEAKER aaak 1 11.40 0.10 aaak_4 SPEAKER aaak 1 14.00 0.10 aaak_4 ``` This is the hyp_0.3_1.rttm I got after scoring. For the entire aaak.wav file only aaak_4 speaker...