owkin/FLamby

Caching preprocessed features in Kits19

jeandut opened this issue · 1 comments

As the preprocessing from run_nnUnet_preprocessing.py is super RAM intensive and long we need to cache saved features and allow restarts to use previously computed features.

At first glance this requires to modify nnunet functions which is something I would like to avoid.