HELPER_UTILS

HELPER_UTILS#

helper_utils.fetch_file(link, subdir[, ...])

Convert URL to file path and download the file if it is not already present in spedified cache.

helper_utils.verify_path(path)

Verify if a directory path exists locally.

helper_utils.set_up_logger(logfile, logger)

Set up the event logging system.

helper_utils.eval_string_as_list(str_read, ...)

Parse a string and convert it into a list of lists.

helper_utils.eval_string_as_list_of_lists(...)

Parse a string and convert it into a list of lists.

helper_utils.str2bool(v)

This is taken from: https://stackoverflow.com/questions/15008758/parsing-boolean-values-with- argparse Because type=bool is not interpreted as a bool and action='store_true' cannot be undone.

helper_utils.keras_default_config()

Defines parameters that intervine in different functions using the keras defaults.

helper_utils.set_seed(seed)

Set the seed of the pseudo-random generator to the specified value.