Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.pad.base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.pad.base
Commits
ed8f110a
Commit
ed8f110a
authored
May 08, 2018
by
Amir MOHAMMADI
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the renamed option
parent
4d9278b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
bob/pad/base/script/cross.py
bob/pad/base/script/cross.py
+1
-2
No files found.
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_
plot
_metric_option
()
@
common_options
.
output_
log
_metric_option
()
@
verbosity_option
()
@
click
.
pass_context
def
cross
(
ctx
,
score_jinja_template
,
databases
,
protocols
,
algorithms
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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