google / uis-rnn

This is the library for the Unbounded Interleaved-State Recurrent Neural Network (UIS-RNN) algorithm, corresponding to the paper Fully Supervised Speaker Diarization.
https://arxiv.org/abs/1810.04719
Apache License 2.0
1.55k stars 320 forks source link

No module named coverage #82

Closed yerzhan7orazayev closed 3 years ago

yerzhan7orazayev commented 3 years ago
bash run_tests.sh
~/Diarization/uisrnn ~/Diarization/uisrnn
Running tests in tests/uisrnn_test.py
/home/kazdream/Diarization/uisrnn/diarization_env/bin/python3: No module named coverage

Unable to to do proper sanity check using run_tests.sh. I would appreciate if smbd helps me to solve this problem.

Thanks.

wq2012 commented 3 years ago

You need to install codecov first:

pip install codecov