IBM / terratorch

a Python toolkit for fine-tuning Geospatial Foundation Models (GFMs).
Apache License 2.0
151 stars 20 forks source link

Out of memory #122

Closed Joao-L-S-Almeida closed 1 month ago

Joao-L-S-Almeida commented 2 months ago

Wiping out cache and foricng the Python garbage collector to act in order to avoid "CUDA out of memory" issues during inference (predict).

However, the issue still remains forbatch_size > 1.