hydraclick.display_config#

Attributes#

Functions#

hash_dict(data)

Return a hash of a dictionary.

hash_config(cfg)

Compute a unique identifier that summarizes the provided config.

display_config([config, logger])

Display the configuration.

Module Contents#

hydraclick.display_config._logger#
hydraclick.display_config.hash_dict(data)[source]#

Return a hash of a dictionary.

Parameters:

data (dict[str, Any])

Return type:

str

hydraclick.display_config.hash_config(cfg)[source]#

Compute a unique identifier that summarizes the provided config.

Parameters:

cfg (omegaconf.DictConfig)

Return type:

str

hydraclick.display_config.display_config(config=None, logger=None, **kwargs)[source]#

Display the configuration.

Parameters:

config (omegaconf.DictConfig)

Return type:

int