File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -214,8 +214,8 @@ void BatchNormComponent::ComputeDerived() {
214
214
215
215
if (count_ == 0.0 ) {
216
216
KALDI_WARN << " Test-mode is set but there is no data count. "
217
- " Creating random counts. This only makes sense "
218
- " in unit-tests ( or compute_prob_*.0.log) . If you see this "
217
+ " Creating random counts. This is NOT A PROBLEM if the message "
218
+ " appears in unit-tests or in compute_prob_*.0.log. If you see this "
219
219
" elsewhere, something is very wrong." ;
220
220
count_ = 1.0 ;
221
221
stats_sum_.SetRandn ();
Original file line number Diff line number Diff line change 15
15
echo " Installing kaldi_lm"
16
16
17
17
if [ ! -d " kaldi_lm" ]; then
18
- wget http://www.danielpovey.com/files/kaldi/kaldi_lm.tar.gz || exit 1;
19
- tar -xvzf kaldi_lm.tar.gz || exit 1;
18
+ git clone https://github.com/danpovey/kaldi_lm.git || exit 1
20
19
fi
21
20
22
21
cd kaldi_lm
You can’t perform that action at this time.
0 commit comments