mml.core.scripts.schedulers.info_scheduler

class InfoScheduler[source]

AbstractBaseScheduler implementation for receiving information on a project. Includes the following subroutines: - tasks (show information on tasks) - hpo (show information on hpo results) - samples (plots sample images for each task (and/or jointly)) - models (show information on existing model descriptions)

__init__(cfg: DictConfig)[source]
before_finishing_hook()[source]
create_routine()[source]

This scheduler implements two subroutines, one for task information and one for hpo study information.

Returns:

None

info_models()[source]
info_study(study_name: str) None[source]
info_task(task_name: str) None[source]
plot_samples() None[source]
prepare_exp() None[source]