datmo.logger module¶
-
class
datmo.logger.Logger(task_dir='/task')[source]¶ Logger is a class to enable user to store properties
-
config¶ dictionary containing input or output configs from the run
Type: dict
-
results¶ dictionary containing output results from the run
Type: dict
-
log_results(results)¶ Saving the result dictionary for the run
Raises: InvalidArgumentType-
log_config(config)[source]
-