Global Config Management#

Manage the global config for challenges.

Functions#

set_config([config_obj_or_path, debug, ...])

Set a global config.

config()

Get the global config object.

create_config_template(path[, _config_type])

Create a template json file that can be used to configure the datasets paths.

reset_config()

Reset the global config to None.

is_config_set()

Check if the config is set.

is_debug_run()

Check if the current run is a debug run according to the config.

Config Base Class#

LocalConfig([tmp_dir, cache_dir, ...])

Local config for challenges.