dcase_models.util.load_training_log

dcase_models.util.load_training_log(weights_folder)[source]

Load the training log files of keras.

Parameters:
weights_folder : str

Path to training log folder.

Returns:
dict

Dict with the log information. Each key in the dict includes information of some variable. e.g. {‘loss’: [0.1, …], ‘accuracy’: [80.1, …]}