Caching preprocessed features in Kits19
jeandut opened this issue · 1 comments
jeandut commented
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.
jeandut commented
At first glance this requires to modify nnunet functions which is something I would like to avoid.