data_base
❭ IO
❭ LoaderDumper
❭ numpy_to_npy
❭ Loader
❭ get
Loader.get
-
data_base.IO.LoaderDumper.numpy_to_npy.Loader.get(savedir)
Load the numpy array from the specified folder
- Parameters:
savedir (str) – Directory where the numpy array is stored.
- Returns:
The numpy array.
- Return type:
np.ndarray