Skip to content

Commit

Permalink
Get Kaldi WER from stage-6 log file. Fixes #242
Browse files Browse the repository at this point in the history
  • Loading branch information
benfoley committed Nov 1, 2021
1 parent 8815a0b commit 151e64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elpis/engines/kaldi/objects/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def background_train_task():
return

def get_train_results(self):
log_file = self.path.joinpath('train.log')
log_file = self.path.joinpath('train-logs', 'stage_6.log')
results = {}
with log_file.open() as fin:
wer_lines = []
Expand Down

0 comments on commit 151e64f

Please sign in to comment.