项目文件夹

文件
T
Nickolay Shmyrev 1ea0de106c Add trainign setup
2022-03-05 00:28:27 +01:00

3 行
137 B
Bash

#!/bin/bash
for x in exp/*/decode* exp/chain*/*/decode*; do [ -d $x ] && [[ $x =~ "$1" ]] && grep WER $x/wer_* | utils/best_wer.sh; done