vision_unlearning.integrations.local ==================================== .. py:module:: vision_unlearning.integrations.local Functions --------- .. autoapisummary:: vision_unlearning.integrations.local.local_get_model_metrics vision_unlearning.integrations.local.local_get_model_images Module Contents --------------- .. py:function:: local_get_model_metrics(file_path) -> Dict[str, float | int | bool] .. py:function:: local_get_model_images(folder_path, prefix: str = '') -> List[PIL.ImageFile.ImageFile] Searches only in folder `prefix` TODO: make it more flexible