axtreme.data.numpy_file_dataset

Datasets to help work with numpy files (.npy).

Functions

collect_np_file(file_path)

Classes

NumpyFileDataset(root_dir)

Helper to work with directories of .npy data.

axtreme.data.numpy_file_dataset.collect_np_file(file_path: str | Path) ndarray[Any, dtype[float64]]