osl_dynamics#
Attributes#
Functions#
|
Run a full pipeline. |
Package Contents#
- osl_dynamics.run_pipeline(config, output_dir, restrict=None, data=None, extra_funcs=None)[source]#
Run a full pipeline.
- Parameters:
config (str or dict) – Path to yaml file,
strto convert todict, ordictcontaining the config.output_dir (str) – Path to output directory.
restrict (int or str, optional) – GPU to use. If a str is passed it will be cast to an int.
data (osl_dynamics.data.Data, optional) – Data object.
extra_funcs (list of functions, optional) – User-defined functions referenced in the config.
- Return type:
None