[VanillaBiometrics] Make some dask arguments visible in the CLI commands
Merged
[VanillaBiometrics] Make some dask arguments visible in the CLI commands
explicity-dask
into
master
All threads resolved!
All threads resolved!
Sometimes our heuristics that defines dask.bag.partition_size
and n_workers
is not enough to cover all range of problems.
In this MR I'm adding the options --dask-partition-size
and --dask-n-workers
in the vanilla-biometrics
CLI command, so that users can explicitly set, respectively, the dask bag partition size and the number of workers to start an experiment without having to play around with the API.
Merge request reports
Activity
changed milestone to %Bob 9.0.0
added 6 commits
-
e6cd5abd...decb7be9 - 2 commits from branch
master
- 1a8942e5 - [conda] Testing if the vanilla-biometrics CLI commands are working
- cf557040 - Moved the ZTNorm code from the CLI command to the API
- 67526f1c - Allow the used to set the value of the partition_size and dask.n_workers
- 4c482e03 - [sphinx] Polished documentation
Toggle commit list-
e6cd5abd...decb7be9 - 2 commits from branch
added 1 commit
- ac4e3f1c - Allow the used to set the value of the partition_size and dask.n_workers
mentioned in commit d9c1669b
mentioned in issue #147 (closed)
- Resolved by Tiago de Freitas Pereira
mentioned in issue #148 (closed)
Please register or sign in to reply