best_score.sh file is missing
Satishpas2 opened this issue · 1 comments
Satishpas2 commented
model is training properly.
But its ending with
inference at exp/diarize/infer/train_clean_5_ns2_beta2_500.dev_clean_2_ns2_beta2_500.train.avg8-10.infer
scoring at exp/diarize/scoring/train_clean_5_ns2_beta2_500.dev_clean_2_ns2_beta2_500.train.avg8-10.infer
./run.sh: line 147: best_score.sh: command not found
Could you plz tell where to find best_score.sh
yubouf commented
You can find the script at ../../../utils/best_score.sh
.
I believe the run.sh
could find the path to ../../../utils
through ./path.sh
and tools/env.sh
if tools made correctly.