gt4sd.training_pipelines package

Module initialization for gt4sd traning pipelines.

Submodules:

Subpackages:

Summary

Reference

training_pipeline_name_to_metadata(name)[source]

Retrieve training pipeline metadata from the name.

Parameters

name (str) – name of the pipeline.

Return type

Dict[str, Any]

Returns

dictionary describing the parameters of the pipeline. If the pipeline is not found, no metadata (a.k.a., an empty dictionary is returned).