Skip to content
Snippets Groups Projects
Commit 1896f1bd authored by Elie KHOURY's avatar Elie KHOURY
Browse files

corrected minor typo

parent 82833799
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ def add_parallel_gmm_options(parsers, sub_module = None): ...@@ -28,7 +28,7 @@ def add_parallel_gmm_options(parsers, sub_module = None):
help = 'The sub-directory (relative to --temp-directory), where intermediate gmm files should be stored') help = 'The sub-directory (relative to --temp-directory), where intermediate gmm files should be stored')
if sub_module is not None: if sub_module is not None:
sub_dir_group.add_argument('--projected-gmm-directory', default = 'projetced_gmm', sub_dir_group.add_argument('--projected-gmm-directory', default = 'projected_gmm',
help = 'The sub-directory (relative to --temp-directory), where projected gmm training files should be stored') help = 'The sub-directory (relative to --temp-directory), where projected gmm training files should be stored')
if sub_module == 'ivector': if sub_module == 'ivector':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment