autointent.utils.load_search_space#
- autointent.utils.load_search_space(path_or_str)#
Load hyperparameters search space from file.
- Parameters:
path_or_str (pathlib.Path | str) – Path to the search space file or string representation of the search space.
- Returns:
List of dictionaries representing the search space.
- Return type: