“6e0044be582ee12846a74d70e1ba024b11b561a3”上不存在“...tts_finetune/git@gitcode.net:paddlepaddle/DeepSpeech.git”
Created by: luotao1
fix #11163 (closed)
- The reason is that
batch_acc != None
is None, so usebatch_acc
directly. - fix typo of
no_test
meaning, and its action. The original meaning and action are both reversed. After fixing, the defaultrun.sh
will test the testset during the training. - Add
,
at the end of line 232, thus, line 232 and line 237 will be printed in the same line.