Skip to content

[VanillaBiometrics] Make some dask arguments visible in the CLI commands

Tiago de Freitas Pereira requested to merge explicity-dask into master

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