Skip to content

Commit

Permalink
add the import of cer in tuning script
Browse files Browse the repository at this point in the history
  • Loading branch information
Yibing Liu committed Sep 25, 2017
1 parent 975dc5d commit c348997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deep_speech_2/tools/tune.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import _init_paths
from data_utils.data import DataGenerator
from model_utils.model import DeepSpeech2Model
from utils.error_rate import wer
from utils.error_rate import wer, cer
from utils.utility import add_arguments, print_arguments

parser = argparse.ArgumentParser(description=__doc__)
Expand Down

0 comments on commit c348997

Please sign in to comment.