Natalia Tomashenko

Results 14 comments of Natalia Tomashenko

Hi @Wujianting, For the first problem: You can try to add to `env.sh`: `export PYTHONPATH=/anonymization_metrics:$PYTHONPATH` This is done in https://github.com/Voice-Privacy-Challenge/Voice-Privacy-Challenge-2020/blob/1dcdcdae620fe2def0f35a203b598c42a5c8df1d/baseline/local/asv_eval.sh#L90 Ideally, this should be in `env.sh`

For the second problem, could you please attach the corresponding logs `rescorelm.*.log`?

For the second problem, some of the processes were killed by the system as written in the logs, i.e., in `rescorelm.1.log`: ` 31838 Killed`

To run `Stage 13`, `Stage 12` (Make ASR evaluation subsets) should be completed; `Stage 11` is not necessary for that. In `Stage 13`, most of your 16 processes correctly worked,...

What happens with the processes in wsl2 if the memory exceeds the available capacity? Would it kill the processes? You can try to run decoding (and LM scoring) in 1...

Kaldi-based ASR AM models and corresponding Kaldi scripts are used for ASR evaluation. The ASR AM training scripts comprised multiple stages of training, and in some of them an additional...

> But, when I am running for the first time, shouldn't it run without such errors? Yes, for the first time you should not get such errors.

The missing file means that `Stage 13` (Train ASR_eval) has not been completed correctly. https://github.com/Voice-Privacy-Challenge/Voice-Privacy-Challenge-2022/blob/5a8c9f90af2fda729b573ceb1c1f690ed0ea1c1e/baseline/run.sh#L124] The problem occurs: https://github.com/Voice-Privacy-Challenge/Voice-Privacy-Challenge-2022/blob/master/baseline/local/chain/run_tdnn_1d__360.sh more precisely: https://github.com/Voice-Privacy-Challenge/Voice-Privacy-Challenge-2022/blob/5a8c9f90af2fda729b573ceb1c1f690ed0ea1c1e/baseline/local/nnet3/run_ivector_common.sh#L127 or the link has not been created: https://github.com/Voice-Privacy-Challenge/Voice-Privacy-Challenge-2022/blob/5a8c9f90af2fda729b573ceb1c1f690ed0ea1c1e/baseline/local/main_asr_eval_train.sh#L98

This is not a bug/warning, but only an info message. This is an expected behavior of the Kaldi script `utils/combine_data.sh` for the given data.

Could you please attach the file (`spk2gender`) from the speaker pool that causes the problem in https://github.com/Voice-Privacy-Challenge/Voice-Privacy-Challenge-2022/blob/master/baseline/local/anon/gen_pseudo_xvecs.py#L106 If you did not change the speaker pool in the original recipe, the...