Skip to content
Snippets Groups Projects
Commit 9f422904 authored by Manuel Günther's avatar Manuel Günther
Browse files

Merge branch 'master' of https://github.com/bioidiap/bob.bio.gmm

parents 9c7feb2e 1896f1bd
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