Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.base
Commits
bb48c88e
Commit
bb48c88e
authored
Nov 23, 2020
by
Tiago de Freitas Pereira
Browse files
[click][VanillaBiometrics] Fixed click options
parent
65443eb5
Pipeline
#45976
passed with stage
in 15 minutes and 13 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
bob/bio/base/script/vanilla_biometrics.py
View file @
bb48c88e
...
...
@@ -121,7 +121,8 @@ It is possible to do it via configuration file
"Use this option if the current heuristic that sets this value doesn't suit your experiment."
"(https://docs.dask.org/en/latest/bag-api.html?highlight=partition_size#dask.bag.from_sequence)."
,
default
=
None
,
type
=
int
,
type
=
click
.
INT
,
cls
=
ResourceOption
,
)
@
click
.
option
(
"--dask-n-workers"
,
...
...
@@ -130,7 +131,8 @@ It is possible to do it via configuration file
"Dask automatically scales up/down the number of workers due to the current load of tasks to be solved."
"Use this option if the current amount of workers set to start an experiment doesn't suit you."
,
default
=
None
,
type
=
int
,
type
=
click
.
INT
,
cls
=
ResourceOption
,
)
@
verbosity_option
(
cls
=
ResourceOption
)
def
vanilla_biometrics
(
...
...
bob/bio/base/script/vanilla_biometrics_ztnorm.py
View file @
bb48c88e
...
...
@@ -133,7 +133,8 @@ It is possible to do it via configuration file
"Use this option if the current heuristic that sets this value doesn't suit your experiment."
"(https://docs.dask.org/en/latest/bag-api.html?highlight=partition_size#dask.bag.from_sequence)."
,
default
=
None
,
type
=
int
,
type
=
click
.
INT
,
cls
=
ResourceOption
,
)
@
click
.
option
(
"--dask-n-workers"
,
...
...
@@ -142,7 +143,8 @@ It is possible to do it via configuration file
"Dask automatically scales up/down the number of workers due to the current load of tasks to be solved."
"Use this option if the current amount of workers set to start an experiment doesn't suit you."
,
default
=
None
,
type
=
int
,
type
=
click
.
INT
,
cls
=
ResourceOption
,
)
@
verbosity_option
(
cls
=
ResourceOption
)
def
vanilla_biometrics_ztnorm
(
...
...
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