NKI-AI / ahcore

Ahcore is the AI for Oncology core computational pathology toolkit
Apache License 2.0
15 stars 1 forks source link

Multi GPU support #25

Closed EricMarcus-ai closed 5 months ago

EricMarcus-ai commented 9 months ago

Is your feature request related to a problem? Please describe. All main pipelines need to support multi-GPU. In particular, the following aspects need to be investigated and possibly updated to accommodate it:

jonasteuwen commented 9 months ago

We can get some inspiration from https://lightning.ai/docs/pytorch/stable/api/lightning.pytorch.callbacks.BasePredictionWriter.html#lightning.pytorch.callbacks.BasePredictionWriter

jonasteuwen commented 5 months ago

This seems to be done now.