Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.base
Commits
ed8f110a
Commit
ed8f110a
authored
May 08, 2018
by
Amir MOHAMMADI
Browse files
Fix the renamed option
parent
4d9278b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/base/script/cross.py
View file @
ed8f110a
...
...
@@ -5,7 +5,6 @@ import click
import
logging
import
yaml
import
jinja2
import
numpy
as
np
from
tabulate
import
tabulate
from
bob.measure
import
eer_threshold
,
farfrr
from
bob.measure.script
import
common_options
...
...
@@ -33,7 +32,7 @@ logger = logging.getLogger(__name__)
@
click
.
option
(
'-g'
,
'--group'
,
'groups'
,
multiple
=
True
,
show_default
=
True
,
default
=
[
'train'
,
'dev'
,
'eval'
])
@
common_options
.
table_option
()
@
common_options
.
output_
p
lo
t
_metric_option
()
@
common_options
.
output_lo
g
_metric_option
()
@
verbosity_option
()
@
click
.
pass_context
def
cross
(
ctx
,
score_jinja_template
,
databases
,
protocols
,
algorithms
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment