提交 ec19248f 编写于 作者: J Jackwaterveg

autoLog

上级 96ddf090
......@@ -300,7 +300,6 @@ class DeepSpeech2Tester(DeepSpeech2Trainer):
errors_sum, len_refs, num_ins = 0.0, 0, 0
with open(self.args.result_file, 'w') as fout:
for i, batch in enumerate(self.test_loader):
logger.info("batch: {}".format(i))
utts, audio, audio_len, texts, texts_len = batch
metrics = self.compute_metrics(utts, audio, audio_len, texts,
texts_len, fout)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册