expdatastorageloader
expdatastorageloader ¶
Module for loading remote ExperimentData
Classes¶
Functions¶
create_expdata_from_storage ¶
Creates and loads an experiment data with the given path
Source code in niceml/experiments/expdatastorageloader.py
read_remote_data ¶
Loads remote data and returns them in a dictionary with corresponding paths.
Parameters¶
exp_path: str path to the experiment exp_files: List[str] all files which should be considered, absolute paths storage: StorageInterface interface to load data from cloud storage extensions: List[str] extension list to filter the files e.g. ['.yml', '.yaml'] load_data_func: LoadDataFunc function to load the data Returns
A dictionary with relative paths (without extension) to the data