We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0780890 commit 6a21bb4Copy full SHA for 6a21bb4
src/bin/compute-gop.cc
@@ -158,7 +158,7 @@ int main(int argc, char *argv[]) {
158
if (!alignment_reader.HasKey(key)) {
159
KALDI_WARN << "No alignment for utterance " << key;
160
continue;
161
- }
+ }
162
auto alignment = alignment_reader.Value(key);
163
Matrix<BaseFloat> &probs = prob_reader.Value();
164
if (log_applied) probs.ApplyExp();
tools/extras/check_dependencies.sh
@@ -44,7 +44,7 @@ case $compiler_ver_info in
44
status=1
45
fi
46
;;
47
- "clang "* )
+ "clang "* | "Apple clang "* )
48
clang_ver=$(echo $compiler_ver_info | grep version | sed "s/.*version \([0-9\.]*\).*/\1/")
49
clang_ver_num=$(echo $clang_ver | sed 's/\./ /g' | xargs printf "%d%02d")
50
if [ $clang_ver_num -lt 303 ]; then
0 commit comments