gt4sd.frameworks.granular.train.core module

Train module implementation.

Summary

Functions:

train_granular

Train a granular given a configuration.

train_granular_main

Train a granular module parsing arguments from config and standard input.

Reference

train_granular(configuration)[source]

Train a granular given a configuration. :type configuration: Dict[str, Any] :param configuration: a configuration dictionary.

Return type

None

train_granular_main()[source]

Train a granular module parsing arguments from config and standard input.

Return type

None