dcase_models.util.load_json

dcase_models.util.load_json(path)[source]

Load a json file from path.

Parameters:
path : str

Path to json file.

Returns:
dict

Data from the json file.