Skip to content

ldctbench.utils.auxiliaries

dump_config(args, path)

Save argparse.Namespace to yaml file

load_json(path)

Load python object from json file

load_obj(path)

Load python object from pickle file

load_yaml(path)

Load python object from yaml file

save_obj(obj, path)

Save python object to pickle file

save_yaml(content, path)

Save python object to yaml file