logging_utils
- log_hyperparameters(object_dict: Dict[str, Any]) None[source]
Controls which config parts are saved by Lightning loggers.
- Additionally saves:
Number of model parameters
- Parameters:
object_dict – A dictionary containing the following objects: - “cfg”: A DictConfig object containing the main config. - “model”: The Lightning model. - “trainer”: The Lightning trainer.