dcase_util.utils.ApplicationPaths.save_parameters_to_path
- ApplicationPaths.save_parameters_to_path(path_base, structure, parameter_filename='parameters.yaml')[source]
Save parameters to each application sub-directory.
- Parameters
- path_basestr
Base path
- structuredict
Dictionary where key is path name, and value is list of parameter paths
- parameter_filenamestr
Default value “parameters.yaml”
- Returns
- nothing