Skip to content
Snippets Groups Projects
Commit 597c13b7 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Renamed the resource ivector to ivector-cosine

parent 673a51ce
No related branches found
No related tags found
1 merge request!5Renamed the resource ivector to ivector-cosine
Pipeline #
...@@ -23,7 +23,7 @@ def parse_arguments(command_line_parameters, exclude_resources_from = []): ...@@ -23,7 +23,7 @@ def parse_arguments(command_line_parameters, exclude_resources_from = []):
tools.add_parallel_gmm_options(parsers, sub_module = 'ivector') tools.add_parallel_gmm_options(parsers, sub_module = 'ivector')
# override some parameters # override some parameters
parsers['config'].add_argument('-a', '--algorithm', metavar = 'x', nargs = '+', default = ['ivector'], parsers['config'].add_argument('-a', '--algorithm', metavar = 'x', nargs = '+', default = ['ivector-cosine'],
help = 'Face recognition; only GMM-related algorithms are allowed') help = 'Face recognition; only GMM-related algorithms are allowed')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment